invalid-069.mdl 577 B

1234567891011121314151617181920
  1. /****************************************************************************
  2. * Parser error 069: Column header with wildcard expansion
  3. *
  4. * Expect an error on the line:
  5. * COUNT[m, WORLD] * TRIGGER[m, WORLD]
  6. *
  7. * Author: Jed Wing <[email protected]>
  8. * Date: 2008-04-04
  9. ****************************************************************************/
  10. TIME_STEP = 1e-6
  11. countdir = "dat/invalid-069/"
  12. DEFINE_MOLECULE m { DIFFUSION_CONSTANT_3D = 1e-6 }
  13. REACTION_DATA_OUTPUT
  14. {
  15. {
  16. COUNT["*", WORLD] : "maybe lots of molecules"
  17. } => countdir & "counting-1.txt"
  18. }