invalid-055.mdl 462 B

123456789101112131415161718
  1. /****************************************************************************
  2. * Parser error 055: Concentration specified on spherical shell.
  3. *
  4. * Expect an error on the line:
  5. * CONCENTRATION = 42
  6. *
  7. * Author: Jed Wing <[email protected]>
  8. * Date: 2008-04-04
  9. ****************************************************************************/
  10. TIME_STEP = 1e-6
  11. rad = [0, PI/4, PI/2, 3*PI/4]
  12. rs RELEASE_SITE
  13. {
  14. SHAPE = SPHERICAL_SHELL
  15. CONCENTRATION = 42
  16. }