Ignore:
Timestamp:
Nov 18, 2011, 7:55:23 PM (12 years ago)
Author:
steve
Message:

Tracking down NaN in 1d anuga code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/anuga_core/source/anuga/version.py

    r6878 r8251  
    1 ## Subversion keywords:
    2        
    3 author_string = '$Author$'
    4 date_string = '$Date$'
    5 revision_string = '$LastChangedRevision$'
     1#! /usr/bin/python
    62
    7 #$LastChangedDate$
    8 #$LastChangedRevision$
    9 #$LastChangedBy$
     3# To change this template, choose Tools | Templates
     4# and open the template in the editor.
    105
    11 def get_version():
    12     """Extract version info from keyword strings
    13     """
    14    
    15     pass
     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 TracChangeset for help on using the changeset viewer.