Changeset 3226 for development/dam_2006/run_dam.py
- Timestamp:
- Jun 26, 2006, 10:38:04 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
development/dam_2006/run_dam.py
r3178 r3226 20 20 import sys 21 21 from shutil import copy 22 from os import mkdir, access, F_OK 22 from os import mkdir, access, F_OK, path 23 23 24 24 # Related major packages … … 53 53 create_mesh.generate() # this creates the mesh 54 54 55 head,tail = path.split(project.mesh_filename) 56 copy (project.mesh_filename, 57 project.outputtimedir + tail ) 55 58 #----------------------------------------------------------------------------- 56 59 # Setup computational domain
Note: See TracChangeset
for help on using the changeset viewer.