01-kitchen_sink_fully_random.mdl 886 B

12345678910111213141516171819202122
  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 sets the radial directions to
  10. * "FULLY_RANDOM" (though this has no effect, I believe, with Gaussian
  11. * diffusion).
  12. *
  13. * Author: Jed Wing <[email protected]>
  14. * Date: 2008-04-04
  15. ****************************************************************************/
  16. basename = "01-kitchen_sink_fully_random"
  17. INCLUDE_FILE = "defaults.mdl"
  18. i_parameters = "valid/parameters-fully_random.mdl"
  19. INCLUDE_FILE = "common.mdl"