Changeset 4661
- Timestamp:
- Aug 7, 2007, 10:34:13 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_core/source/anuga/geospatial_data/geospatial_data.py
r4660 r4661 1032 1032 if len(header) != len(numbers): 1033 1033 file_pointer.close() 1034 msg = "File load error. There might be a problem with the file header" 1034 msg = "File load error. \ 1035 There might be a problem with the file header" 1035 1036 raise SyntaxError, msg 1036 1037 for i,num in enumerate(numbers): … … 1383 1384 from pylab import plot, ion, hold,savefig,semilogx,plotting 1384 1385 1385 if north_boundary or south_boundary or east_boundary or west_boundary is None: 1386 if north_boundary or south_boundary or east_boundary or \ 1387 west_boundary is None: 1386 1388 no_boundary=True 1387 1389 … … 1419 1421 1420 1422 1421 alphas = [0.000001, 0.00001, 0.0001, 0.001, 0.01, 0.1, 1.0, 10.0, 100.0,1000.0,100000.0] 1423 alphas = [0.000001, 0.00001, 0.0001, 0.001, 0.01, 0.1, 1424 1.0, 10.0, 100.0,1000.0,100000.0] 1422 1425 #alphas = [0.001,1,100] 1423 1426 domains = {}
Note: See TracChangeset
for help on using the changeset viewer.