Changeset 9428
- Timestamp:
- Jan 19, 2015, 2:39:59 PM (10 years ago)
- Location:
- trunk
- Files:
-
- 2 deleted
- 1 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/anuga_core/source/anuga_parallel/examples/run_parallel_boyd_box_op.py
r9424 r9428 101 101 #line0 = [[29.0, 10.0], [30.0, 10.0]] 102 102 poly1 = [[0.0, 10.0], [0.0, 15.0], [5.0, 15.0], [5.0, 10.0]] 103 Q0 = anuga.file_function(' test_hydrograph.tms', quantities=['hydrograph'])103 Q0 = anuga.file_function('../data/test_hydrograph.tms', quantities=['hydrograph']) 104 104 Q1 = 5.0 105 105
Note: See TracChangeset
for help on using the changeset viewer.