source: anuga_core/source/anuga/anuga_config.py @ 4786

Last change on this file since 4786 was 4786, checked in by ole, 16 years ago

Moved major revision info to anuga_config, updated scripts and made userguide include build number in its header.

File size: 220 bytes
Line 
1"""Parameters knows across anuga model
2"""
3
4epsilon = 1.0e-12
5default_boundary_tag = 'exterior'
6
7# Major revision number for use with create_distribution
8# and update_anuga_user_guide
9major_revision = '1.0beta'
Note: See TracBrowser for help on using the repository browser.