Changeset 4031


Ignore:
Timestamp:
Nov 24, 2006, 10:39:31 AM (18 years ago)
Author:
duncan
Message:

trying to fix an error I can't reproduce.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_core/source/anuga/shallow_water/data_manager.py

    r4027 r4031  
    36473647    ucur_files = os.listdir(ucur_dir)
    36483648    vcur_files = os.listdir(vcur_dir)
    3649 
     3649    elevation_files.sort()
    36503650    # the first elevation file should be the
    36513651    # file with the same base name as the bath data
    3652     #print "elevation_files[0]",elevation_files[0]
     3652    #print "elevation_files",elevation_files
    36533653    #print "'el' + base_start",'el' + base_start
    36543654    assert elevation_files[0] == 'el' + base_start
Note: See TracChangeset for help on using the changeset viewer.