Changeset 6877 for anuga_work
- Timestamp:
- Apr 22, 2009, 2:05:38 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/production/patong/new_version/run_model.py
r6750 r6877 54 54 #------------------------------------------------------------------------------- 55 55 56 copy_code_files(project.output_run, __file__, 57 os.path.join(os.path.dirname(project.__file__), 58 project.__name__+'.py')) 56 copy_code_files(project.output_run, 57 [__file__, 58 os.path.join(os.path.dirname(project.__file__), 59 project.__name__+'.py'), 60 os.path.join(os.path.dirname(project.__file__), 61 'setup_model.py')], 62 verbose=True 63 ) 59 64 start_screen_catcher(project.output_run, 0, 1) 60 65
Note: See TracChangeset
for help on using the changeset viewer.