Changeset 9291


Ignore:
Timestamp:
Aug 11, 2014, 5:13:19 PM (10 years ago)
Author:
steve
Message:

Fixed typo in error message for pymetis

Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/README.txt

    r8403 r9291  
    77=======SVN===========
    88The Subversion URL is
    9 https://datamining.anu.edu.au/svn/ga/
     9
     10
     11https://anuga.anu.edu.au/svn/anuga/trunk
    1012
    1113To checkout
    1214  mkdir anuga
    1315  cd anuga
    14   svn co --username ole  https://datamining.anu.edu.au/svn/ga
    15 
    16 Externals:
    17   svn propget svn:externals pyvolution
    18   set with propset.
    19 
    20  
    21 Keywords:
    22   To set subversion keyword expansion:
    23 
    24   svn propset svn:keywords "LastChangedDate LastChangedRevision LastChangedBy HeadURL Id" version.txt
    25 
    26   Subversion keywords:
    27 
    28   $LastChangedDate: 2005-01-21 13:47:47 +1100 (Fri, 21 Jan 2005) $
    29   $LastChangedRevision: 635 $
    30   $LastChangedBy: ole $
    31   $HeadURL: https://datamining.anu.edu.au/svn/projects/ga/storm_surge/pyvolution/version.txt $
    32  $Id: version.txt 635 2005-01-21 02:47:47Z ole $ 
     16  svn co https://anuga.anu.edu.au/svn/anuga/trunk
    3317
    3418
  • trunk/anuga_core/source/anuga/version.py

    r9241 r9291  
    1 version = 9235
     1version = 9289
    22status = 'Modified'
    3 date = '2014/07/03 08:34:08'
     3date = '2014/08/11 17:07:28'
  • trunk/anuga_core/source/anuga_parallel/distribute_mesh.py

    r9247 r9291  
    127127    print "***************************************************"
    128128    print "         Metis is probably not compiled."
    129     print "         Read \anuga_core\source\pymetis\README"
     129    print "         Read anuga_parallel\pymetis\README"
    130130    print "***************************************************"
    131131    raise ImportError
Note: See TracChangeset for help on using the changeset viewer.