Last change
on this file since 3064 was
2225,
checked in by steve, 19 years ago
|
Making meribula a production directory
|
File size:
326 bytes
|
Line | |
---|
1 | """ |
---|
2 | View swww files |
---|
3 | """ |
---|
4 | |
---|
5 | |
---|
6 | from pyvolution.data_manager import sww2domain |
---|
7 | |
---|
8 | |
---|
9 | domain = sww2domain('run_cairns.sww',very_verbose = True) |
---|
10 | |
---|
11 | domain.visualise = True |
---|
12 | domain.visualise_color_stage = True |
---|
13 | |
---|
14 | domain.initialise_visualiser() |
---|
15 | |
---|
16 | domain.visualiser.setup_all() |
---|
17 | domain.visualiser.update_timer() |
---|
18 | |
---|
19 | |
---|
20 | |
---|
21 | raw_input() |
---|
Note: See
TracBrowser
for help on using the repository browser.