home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS - Coast to Coast / simteldosarchivecoasttocoast2.iso / biology / gsrc208a.zip / DEFAULT.H < prev    next >
Text File  |  1993-03-08  |  1KB  |  43 lines

  1. /*
  2.     GEPASI - a simulator of metabolic pathways and other dynamical systems
  3.     Copyright (C) 1989, 1992  Pedro Mendes
  4. */
  5.  
  6. /*************************************/
  7. /*                                   */
  8. /*       Internal default values     */
  9. /*                                   */
  10. /*          MICROSOFT C 6.00         */
  11. /*           QuickC/WIN 1.0          */
  12. /*             ULTRIX cc             */
  13. /*              GNU gcc              */
  14. /*                                   */
  15. /*   (include here compilers that    */
  16. /*   compiled GEPASI successfully)   */
  17. /*                                   */
  18. /*************************************/
  19.  
  20.  
  21. /* symbols for internal default values */
  22.  
  23. #define DFT_PFO            100
  24. #define DFT_ENDTIME        100.0
  25. #define DFT_HRCZ        1e-9
  26. #define DFT_RELTOL        1e-6
  27. #define DFT_ABSTOL        1e-12
  28. #define DFT_ADAMS        12
  29. #define DFT_BDF            5
  30. #define DFT_DEBUGVAL    0
  31. #define DFT_CONC         0.0
  32. #define DFT_CONST         1.0
  33. #define DFT_DYN         0
  34. #define DFT_SS            1
  35. #define DFT_TXT            0
  36. #define DFT_DAT            1
  37. #define DFT_TIMEU        "s"
  38. #define DFT_CONCU        "mM"
  39. #define DFT_DATWIDTH    12
  40. #define DFT_DATSEP        0
  41. #define DFT_DATMCA        0
  42. #define DFT_DATSS        1
  43.