source: trunk/anuga_core/anuga/parallel/config.py @ 9679

Last change on this file since 9679 was 9429, checked in by steve, 10 years ago

Testing example and unit tests in anuga_parallel

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.