Changeset 4127
- Timestamp:
- Dec 28, 2006, 6:35:13 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_core/source/anuga/abstract_2d_finite_volumes/quantity.py
r4107 r4127 722 722 using attribute_name selects name of attribute 723 723 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. 725 726 """ 726 727 … … 767 768 768 769 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) 772 773 773 774 #try:
Note: See TracChangeset
for help on using the changeset viewer.