invalid-001.mdl 424 B

123456789101112131415161718
  1. /****************************************************************************
  2. * Parser error 001: Point is not 3D
  3. *
  4. * Expect an error regarding the line:
  5. * CORNERS = [0, 0, 0, 0], [1, 1, 1]
  6. *
  7. * Author: Jed Wing <[email protected]>
  8. * Date: 2008-04-04
  9. ****************************************************************************/
  10. TIME_STEP = 1e-6
  11. ITERATIONS = 1
  12. box1 BOX
  13. {
  14. CORNERS = [0, 0, 0, 0], [1, 1, 1]
  15. }