12345678910111213141516171819 |
- /****************************************************************************
- * Parser error 066: Count buffer specified < 1
- *
- * Expect an error on the line:
- * OUTPUT_BUFFER_SIZE = 0.01
- *
- * Author: Jed Wing <[email protected]>
- * Date: 2008-04-04
- ****************************************************************************/
- TIME_STEP = 1e-6
- countdir = "dat/invalid-066/"
- REACTION_DATA_OUTPUT
- {
- OUTPUT_BUFFER_SIZE = 0.01
- STEP = 1e-6
- {42} => countdir & "counting-1.txt"
- }
|