source: trunk/anuga_core/source/anuga_parallel/config.py @ 8540

Last change on this file since 8540 was 8537, checked in by steve, 13 years ago

Using config files to allow different ghost_layer_widths

File size: 247 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__ ="$27/08/2012 8:58:23 PM$"
8
9
10ghost_layer_width = 2
11
12
13if __name__ == "__main__":
14    print "Hello World";
Note: See TracBrowser for help on using the repository browser.