- Timestamp:
- Mar 31, 2008, 4:58:47 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_core/source/anuga/abstract_2d_finite_volumes/util.py
r5181 r5182 1512 1512 assess_all_csv_files=True, 1513 1513 extra_plot_name='test' ): 1514 1515 print 'make_plots_from_csv_file has been replaced by csv2timeseries_graphs ', 1516 print 'Please use "from anuga.abstract_2d_finite_volumes.util import csv2timeseries_graphs"' 1517 1514 1515 msg = 'make_plots_from_csv_file has been replaced by csv2timeseries_graphs ', 1516 msg += 'Please use "from anuga.abstract_2d_finite_volumes.util import csv2timeseries_graphs"' 1517 1518 raise Exception, msg 1518 1519 return csv2timeseries_graphs(directories_dic, 1519 1520 output_dir,
Note: See TracChangeset
for help on using the changeset viewer.