- /****************************************************************************
- * Parser error 040: SPACE_STEP multiply specified
- *
- * Expect an error on the line:
- * SPACE_STEP = 1e-4
- *
- * Author: Jed Wing <[email protected]>
- * Date: 2008-04-04
- ****************************************************************************/
- TIME_STEP = 1e-6
- SPACE_STEP = 1e-3
- SPACE_STEP = 1e-4
- ITERATIONS = 1
|