- /****************************************************************************
- * Parser error 030: CHECKPOINT_REALTIME interval is negative
- *
- * Expect an error on the line:
- * CHECKPOINT_REALTIME = -30 NOEXIT
- *
- * Author: Jed Wing <[email protected]>
- * Date: 2008-04-04
- ****************************************************************************/
- TIME_STEP = 1e-6
- ITERATIONS = 1
- CHECKPOINT_REALTIME = -30 NOEXIT
|