invalid-028.mdl 492 B

123456789101112131415161718
  1. /****************************************************************************
  2. * Parser error 028: Output timing omitted.
  3. *
  4. * Expect a syntax error on the line:
  5. * {42} => countdir & "counting-1.txt"
  6. *
  7. * Author: Jed Wing <[email protected]>
  8. * Date: 2009-04-12
  9. ****************************************************************************/
  10. TIME_STEP = 1e-6
  11. countdir = "dat/invalid-028/"
  12. REACTION_DATA_OUTPUT
  13. {
  14. OUTPUT_BUFFER_SIZE = 1000
  15. {42} => countdir & "counting-1.txt"
  16. }