Code Search for Developers
 
 
  

auto.h from Oscill8 at Krugle


Show auto.h syntax highlighted


#ifndef __AUTO_H__
#define __AUTO_H__

#ifdef __cplusplus
#define BEGIN_AUTO_NAMESPACE namespace LibAuto {
#define END_AUTO_NAMESPACE }
#else
#define BEGIN_AUTO_NAMESPACE
#define END_AUTO_NAMESPACE
#endif

/* IS THIS THING NEEDED FOR FORTRAN VERSION IN A FILE CALLED AUTO.H?

C-----------------------------------------------------------------------
C-----------------------------------------------------------------------
C NOTE : Do not change num_model_pars, NODES, KREDO, NIAP, NRAP
C-----------------------------------------------------------------------
C-----------------------------------------------------------------------
C
      PARAMETER (NDIMX=12,NCOLX=4,NTSTX=100,NBCX=NDIMX+3,NINTX=6,
     *           num_model_pars=36,NBIFX=20,NUZRX=20,
     *           NODES=1,KREDO=1,NIAP=41,NRAP=19)
C-----------------------------------------------------------------------
C-----------------------------------------------------------------------
*/

#endif




See more files for this project here

Oscill8

Oscill8 is a suite of tools for analyzing dynamical systems which concentrates on understanding how the dynamical behavior depends on the parameters using bifurcation theory and reaction network theory.

Project homepage: http://sourceforge.net/projects/oscill8
Programming language(s): C,C#,C++
License: other

  libf2c/
    cabs.cpp
    d_imag.cpp
    d_lg10.cpp
    d_sign.cpp
    i_dnnt.cpp
    i_nint.cpp
    pow_dd.cpp
    pow_di.cpp
    pow_ii.cpp
    r_lg10.cpp
    z_abs.cpp
    z_exp.cpp
    z_log.cpp
  Doxyfile
  ReadMe.txt
  autlib1.cpp
  autlib2.cpp
  autlib3.cpp
  autlib4.cpp
  autlib5.cpp
  auto.h
  auto.vcproj
  auto_api.cpp
  auto_api.h
  auto_c.h
  auto_f2c.h
  auto_mpi.h
  auto_types.h
  conpar.cpp
  dmatrix.cpp
  eispack.cpp
  main.cpp
  reduce.cpp
  setubv.cpp