123456789101112131415161718 |
- /****************************************************************************
- * Parser error 035: CUSTOM_TIME_STEP < 0
- *
- * Expect an error on the line:
- * CUSTOM_TIME_STEP = -1e-6
- *
- * Author: Jed Wing <[email protected]>
- * Date: 2008-04-04
- ****************************************************************************/
- TIME_STEP = 1e-6
- ITERATIONS = 1
- DEFINE_MOLECULE tachyon
- {
- DIFFUSION_CONSTANT_3D = 1e-3
- CUSTOM_TIME_STEP = -1e-6
- }
|