source:
trunk/anuga_core/source/anuga_parallel/config.py
@
8540
Last change on this file since 8540 was 8537, checked in by , 13 years ago | |
---|---|
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 | |
10 | ghost_layer_width = 2 |
11 | |
12 | |
13 | if __name__ == "__main__": |
14 | print "Hello World"; |
Note: See TracBrowser
for help on using the repository browser.