Changeset 4127


Ignore:
Timestamp:
Dec 28, 2006, 6:35:13 PM (17 years ago)
Author:
ole
Message:

Fixed ticket:121 - it was a simple case of commenting out an old diagnostics output that relied on variables that were in existence before the change to geospatial_data objects. The okushiri validation now runs past the point where it failed in changeset:4107

File:
1 edited

Legend:

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

    r4107 r4127  
    722722        using attribute_name selects name of attribute
    723723        present in file.
    724         If not specified try to use whatever is available in file.
     724        If attribute_name is not specified, use first available attribute
     725        as defined in geospatial_data.
    725726        """
    726727
     
    767768
    768769
    769         if verbose:
    770             print 'Using attribute %s from file %s' %(attribute_name, filename)
    771             print 'Available attributes: %s' %(names)
     770        #if verbose:
     771        #    print 'Using attribute %s from file %s' %(attribute_name, filename)
     772        #    print 'Available attributes: %s' %(names)
    772773
    773774        #try:
Note: See TracChangeset for help on using the changeset viewer.