123456789101112131415161718 |
- /****************************************************************************
- * Parser error 001: Point is not 3D
- *
- * Expect an error regarding the line:
- * CORNERS = [0, 0, 0, 0], [1, 1, 1]
- *
- * Author: Jed Wing <[email protected]>
- * Date: 2008-04-04
- ****************************************************************************/
- TIME_STEP = 1e-6
- ITERATIONS = 1
- box1 BOX
- {
- CORNERS = [0, 0, 0, 0], [1, 1, 1]
- }
|