Changes between Version 4 and Version 5 of GeneralQuestions


Ignore:
Timestamp:
Mar 5, 2013, 3:46:17 PM (11 years ago)
Author:
steve
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GeneralQuestions

    v4 v5  
    1515== How do I obtain a copy of ANUGA? ==
    1616
    17 See https://datamining.anu.edu.au/anuga for all things ANUGA.
     17See https://anuga.anu.edu.au for all things ANUGA.
    1818
    1919== Are there any published articles about ANUGA that I can reference? ==
    2020
    21 See https://datamining.anu.edu.au/anuga for links.
     21See https://amnuga.anu.edu.au for links.
    2222
    2323== How do I find out what version of ANUGA I am running? ==
     
    2525Use the following code snippet:
    2626{{{
    27 from anuga.utilities.system_tools import get_revision_number
     27from anuga import get_revision_number
    2828print get_revision_number()
    2929}}}