invalid-035.mdl 450 B

123456789101112131415161718
  1. /****************************************************************************
  2. * Parser error 035: CUSTOM_TIME_STEP < 0
  3. *
  4. * Expect an error on the line:
  5. * CUSTOM_TIME_STEP = -1e-6
  6. *
  7. * Author: Jed Wing <[email protected]>
  8. * Date: 2008-04-04
  9. ****************************************************************************/
  10. TIME_STEP = 1e-6
  11. ITERATIONS = 1
  12. DEFINE_MOLECULE tachyon
  13. {
  14. DIFFUSION_CONSTANT_3D = 1e-3
  15. CUSTOM_TIME_STEP = -1e-6
  16. }