• R/O
  • SSH

Commit

Tags
Keine Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

Revision10802bc6bafcd08ae8ddf850680ee8a875bd775b (tree)
Zeit2009-07-14 18:43:24
Autorlorenzo
Commiterlorenzo

Log Message

I simply commented out the stitching of some files since they are no longer
output by the simulation at this stage.

Ändern Zusammenfassung

Diff

diff -r d8a12bbb16bb -r 10802bc6bafc Python-codes/stitches.py
--- a/Python-codes/stitches.py Tue Jul 14 09:41:53 2009 +0000
+++ b/Python-codes/stitches.py Tue Jul 14 09:43:24 2009 +0000
@@ -33,13 +33,13 @@
3333
3434 return 0
3535
36-temp_name="sliced_dynamics"
36+# temp_name="sliced_dynamics"
3737
38-my_dyn=read_and_stitch(0, 49,temp_name)
38+# my_dyn=read_and_stitch(0, 499,temp_name)
3939
4040 temp_name="sliced_dynamics_self_loops"
4141
42-my_dyn=read_and_stitch(0, 49,temp_name)
42+my_dyn=read_and_stitch(0, 499,temp_name)
4343
4444
4545 print "So far so good"