Changeset 4065 for anuga_core/source
- Timestamp:
- Dec 7, 2006, 9:18:49 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_core/source/anuga/abstract_2d_finite_volumes/util.py
r4009 r4065 532 532 def get_version_info(): 533 533 """gets the version number of the SVN 534 NOTE: doesn't work on all systems eg GA's cyclone (64 bit linux cluster) 534 535 """ 535 536 … … 556 557 557 558 return info 558 559 #if sys.platform == 'win32':560 # msg = 'does not work in Windows .... yet'561 # raise OSError, msg562 #else:563 # fid = os.popen('svn -info')564 # info = fid.readlines()565 # fid.close()566 # return info567 568 559 569 560 def sww2timeseries(swwfiles,
Note: See TracChangeset
for help on using the changeset viewer.