Changeset 2525 for inundation/pmesh
- Timestamp:
- Mar 12, 2006, 8:29:00 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inundation/pmesh/mesh.py
r2523 r2525 33 33 34 34 #FIXME: this is not tested. 35 from utilities. util_extimport gradient35 from utilities.numerical_tools import gradient 36 36 37 37 … … 39 39 # 1st and third values must be the same 40 40 # FIXME: maybe make this a switch that the user can change? - DSG 41 initialconversions = ['', 'exterior', '']41 initialconversions = ['', 'exterior', ''] 42 42 43 43 #from os import sep
Note: See TracChangeset
for help on using the changeset viewer.