- Timestamp:
- May 24, 2007, 5:31:23 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_core/source/anuga/abstract_2d_finite_volumes/util.py
r4485 r4486 1411 1411 1412 1412 return shallow_water.data_manager.copy_code_files(dir_name, filename1, filename2) 1413 '''1413 ''' 1414 1414 if access(dir_name,F_OK) == 0: 1415 1415 print 'Make directory %s' %dir_name … … 1419 1419 # copy (__file__, project.output_run_time_dir + basename(__file__)) 1420 1420 print 'Files %s and %s copied' %(filename1, filename2) 1421 '''1421 ''' 1422 1422 1423 1423 def add_directories(root_directory, directories): … … 1496 1496 def store_parameters(verbose=False,**kwargs): 1497 1497 """ 1498 Temporary Interface to new location1498 Temporary Interface to new location 1499 1499 Must have a file_name keyword arg, this is what is writing to. 1500 1500 might be a better way to do this using CSV module Writer and writeDict … … 1600 1600 msg = 'file header does not match input info, the input variables have changed, suggest to change file name' 1601 1601 raise msg 1602 1602 ''' 1603 1603 1604 1604 def remove_lone_verts(verts, triangles):
Note: See TracChangeset
for help on using the changeset viewer.