Changeset 6323
- Timestamp:
- Feb 12, 2009, 3:43:23 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/production/patong/run_patong.py
r6322 r6323 57 57 print 'output_dir', output_dir 58 58 59 #copy_code_files(output_dir,__file__,60 #dirname(project.__file__)+sep+ project.__name__+'.py' )61 # 62 #start_screen_catcher(output_dir, myid, numprocs)59 copy_code_files(output_dir,__file__, 60 dirname(project.__file__)+sep+ project.__name__+'.py' ) 61 62 start_screen_catcher(output_dir, myid, numprocs) 63 63 64 64
Note: See TracChangeset
for help on using the changeset viewer.