invalid-066.mdl 496 B

12345678910111213141516171819
  1. /****************************************************************************
  2. * Parser error 066: Count buffer specified < 1
  3. *
  4. * Expect an error on the line:
  5. * OUTPUT_BUFFER_SIZE = 0.01
  6. *
  7. * Author: Jed Wing <[email protected]>
  8. * Date: 2008-04-04
  9. ****************************************************************************/
  10. TIME_STEP = 1e-6
  11. countdir = "dat/invalid-066/"
  12. REACTION_DATA_OUTPUT
  13. {
  14. OUTPUT_BUFFER_SIZE = 0.01
  15. STEP = 1e-6
  16. {42} => countdir & "counting-1.txt"
  17. }