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

Another Bug fix in Make_Geotif

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
9alg = 'DE0'
10cfl = 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.
14try:
15    from local_parameters import *
16except:
17    pass
18
19
20
21
22
23
24
Note: See TracBrowser for help on using the repository browser.