Changeset 2605
- Timestamp:
- Mar 27, 2006, 2:05:50 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inundation/pyvolution/pmesh2domain.py
r2597 r2605 10 10 DomainClass): 11 11 """ 12 """ 13 # FIXME (Howard): Needs a docstring to explain relationship to 14 # pmesh_to_domain 12 Convert a pmesh instance/object into a domain instance. 13 14 Use pmesh_to_domain_instance to convert a mesh file to a domain instance. 15 """ 15 16 import sys 16 17 from domain import Domain
Note: See TracChangeset
for help on using the changeset viewer.