Changeset 21174
- Timestamp:
- 08/31/16 10:42:11 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/mesh/triangle.py
r21172 r21174 45 45 46 46 #Check that file exist (this is a very very common mistake) 47 if not os.path.exists(domain file):48 raise IOError("file '%s' not found" % domain file)47 if not os.path.exists(domainname): 48 raise IOError("file '%s' not found" % domainname) 49 49 50 50 #Mesh using TriMesh
Note:
See TracChangeset
for help on using the changeset viewer.