invalid-040.mdl 405 B

123456789101112131415
  1. /****************************************************************************
  2. * Parser error 040: SPACE_STEP multiply specified
  3. *
  4. * Expect an error on the line:
  5. * SPACE_STEP = 1e-4
  6. *
  7. * Author: Jed Wing <[email protected]>
  8. * Date: 2008-04-04
  9. ****************************************************************************/
  10. TIME_STEP = 1e-6
  11. SPACE_STEP = 1e-3
  12. SPACE_STEP = 1e-4
  13. ITERATIONS = 1