01-kitchen_sink_space_step.mdl 828 B

123456789101112131415161718192021
  1. /****************************************************************************
  2. * Test 01: Nearly every parser option.
  3. *
  4. * A mostly non-sensical test which simply exercises the parser checking for
  5. * anomalous behavior. This test should not provoke any errors, provided
  6. * that counting-5.txt does not exist in its reaction output directory.
  7. * (This is to test the "no overwrite" output mode for counting.)
  8. *
  9. * This variant produces no viz output, and specifies a global space step
  10. * rather than a global time step.
  11. *
  12. * Author: Jed Wing <[email protected]>
  13. * Date: 2008-04-04
  14. ****************************************************************************/
  15. basename = "01-kitchen_sink_space_step"
  16. INCLUDE_FILE = "defaults.mdl"
  17. i_parameters = "valid/parameters-space_step.mdl"
  18. INCLUDE_FILE = "common.mdl"