We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8d3604 commit 936708fCopy full SHA for 936708f
src/ExampleNets/pythonScripts/loopOverState.py
@@ -5,7 +5,7 @@
5
scirun_connect_modules(m1, 0, m2, 0)
6
scirun_connect_modules(m2, 0, m3, 0)
7
8
-for i in range(10):
+for i in range(5):
9
scirun_set_module_state(m2, "Value", i)
10
scirun_set_module_state(m3, "Filename", "field%d.fld" % i)
11
scirun_execute_all()
0 commit comments