source: trunk/anuga_core/source/anuga_validation_tests/parameters.py @ 8899

Last change on this file since 8899 was 8899, checked in by steve, 11 years ago

Good number of changes to the produce report.py

File size: 279 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
10
11try:
12    from anuga_validation_tests.local_parameters import *
13except:
14    alg = '1_5'
15    cfl = 1.0
16
17
18
19
20
Note: See TracBrowser for help on using the repository browser.