Changeset 4785
- Timestamp:
- Nov 5, 2007, 2:58:54 PM (17 years ago)
- Location:
- anuga_core/documentation/user_manual
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_core/documentation/user_manual/anuga_user_manual.tex
r4782 r4785 58 58 59 59 60 61 \release{1.0} % release version; this is used to define the 62 % \version macro 60 \input{version} % Get version info - this file may be modified by 61 % update_anuga_user_manual.py - if not a dummy 62 % will be used. 63 64 %\release{1.0} % release version; this is used to define the 65 % % \version macro 63 66 64 67 \makeindex % tell \index to actually write the .idx file -
anuga_core/documentation/user_manual/update_anuga_user_manual.py
r4784 r4785 31 31 from os import system, chdir 32 32 from os.path import expanduser 33 33 from anuga.abstract_2d_finite_volumes.util import get_revision_number 34 34 from sys import argv 35 35
Note: See TracChangeset
for help on using the changeset viewer.