Changes between Version 4 and Version 5 of GeneralQuestions
- Timestamp:
- Mar 5, 2013, 3:46:17 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GeneralQuestions
v4 v5 15 15 == How do I obtain a copy of ANUGA? == 16 16 17 See https:// datamining.anu.edu.au/anugafor all things ANUGA.17 See https://anuga.anu.edu.au for all things ANUGA. 18 18 19 19 == Are there any published articles about ANUGA that I can reference? == 20 20 21 See https:// datamining.anu.edu.au/anugafor links.21 See https://amnuga.anu.edu.au for links. 22 22 23 23 == How do I find out what version of ANUGA I am running? == … … 25 25 Use the following code snippet: 26 26 {{{ 27 from anuga .utilities.system_toolsimport get_revision_number27 from anuga import get_revision_number 28 28 print get_revision_number() 29 29 }}}