source:
trunk/anuga_core/source/anuga/validation_utilities/parameters.py
@
9516
Last change on this file since 9516 was 9161, checked in by davies, 10 years ago | |
---|---|
File size: 389 bytes |
Line | |
---|---|
1 | #! /usr/bin/python |
2 | |
3 | # To change this template, choose Tools | Templates |
4 | # and open the template in the editor. |
5 | |
6 | __author__="stephen" |
7 | __date__ ="$20/08/2012 11:20:00 PM$" |
8 | |
9 | alg = 'DE0' |
10 | cfl = 1.0 |
11 | |
12 | # If a file local_parameters.py exits in current directory |
13 | # use the parameters defined there to override the parameters set here. |
14 | try: |
15 | from local_parameters import * |
16 | except: |
17 | pass |
18 | |
19 | |
20 | |
21 | |
22 | |
23 | |
24 |
Note: See TracBrowser
for help on using the repository browser.