source: trunk/anuga_core/source/anuga/version.py @ 8780

Last change on this file since 8780 was 8251, checked in by steve, 12 years ago

Tracking down NaN in 1d anuga code

  • Property svn:keywords set to LastChangedDate LastChangedRevision LastChangedBy HeadURL Id
File size: 258 bytes
Line 
1#! /usr/bin/python
2
3# To change this template, choose Tools | Templates
4# and open the template in the editor.
5
6__author__="steve"
7__date__ ="$18/11/2011 11:35:22 AM$"
8
9if __name__ == "__main__":
10    import anuga
11    print 'Anuga version:',anuga.__version__
Note: See TracBrowser for help on using the repository browser.