リビジョン | 10802bc6bafcd08ae8ddf850680ee8a875bd775b (tree) |
---|---|
日時 | 2009-07-14 18:43:24 |
作者 | lorenzo |
コミッター | lorenzo |
I simply commented out the stitching of some files since they are no longer
output by the simulation at this stage.
@@ -33,13 +33,13 @@ | ||
33 | 33 | |
34 | 34 | return 0 |
35 | 35 | |
36 | -temp_name="sliced_dynamics" | |
36 | +# temp_name="sliced_dynamics" | |
37 | 37 | |
38 | -my_dyn=read_and_stitch(0, 49,temp_name) | |
38 | +# my_dyn=read_and_stitch(0, 499,temp_name) | |
39 | 39 | |
40 | 40 | temp_name="sliced_dynamics_self_loops" |
41 | 41 | |
42 | -my_dyn=read_and_stitch(0, 49,temp_name) | |
42 | +my_dyn=read_and_stitch(0, 499,temp_name) | |
43 | 43 | |
44 | 44 | |
45 | 45 | print "So far so good" |