Ignore:
Timestamp:
May 24, 2007, 5:31:23 PM (18 years ago)
Author:
nick
Message:

corrected problem that i introduced, all tests pass now.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_core/source/anuga/abstract_2d_finite_volumes/util.py

    r4485 r4486  
    14111411
    14121412    return shallow_water.data_manager.copy_code_files(dir_name, filename1, filename2)
    1413 '''
     1413    '''
    14141414    if access(dir_name,F_OK) == 0:
    14151415        print 'Make directory %s' %dir_name
     
    14191419#    copy (__file__, project.output_run_time_dir + basename(__file__))
    14201420    print 'Files %s and %s copied' %(filename1, filename2)
    1421 '''
     1421    '''
    14221422
    14231423def add_directories(root_directory, directories):
     
    14961496def store_parameters(verbose=False,**kwargs):
    14971497    """
    1498     Temporary Interface to new location
     1498      Temporary Interface to new location
    14991499    Must have a file_name keyword arg, this is what is writing to.
    15001500    might be a better way to do this using CSV module Writer and writeDict
     
    16001600        msg = 'file header does not match input info, the input variables have changed, suggest to change file name'
    16011601        raise msg
    1602 
     1602    '''
    16031603
    16041604def remove_lone_verts(verts, triangles):
Note: See TracChangeset for help on using the changeset viewer.