invalid-051.mdl 500 B

1234567891011121314151617
  1. /****************************************************************************
  2. * Parser error 051: Set density or number for list release site.
  3. *
  4. * Expect an error on the line:
  5. * NUMBER_TO_RELEASE = 1e9 // One... BILLION... molecules.
  6. *
  7. * Author: Jed Wing <[email protected]>
  8. * Date: 2008-04-04
  9. ****************************************************************************/
  10. TIME_STEP = 1e-6
  11. rs RELEASE_SITE
  12. {
  13. SHAPE = LIST
  14. NUMBER_TO_RELEASE = 1e9 // One... BILLION... molecules.
  15. }