Skip to content

Commit 936708f

Browse files
committed
Closes #1242
1 parent e8d3604 commit 936708f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ExampleNets/pythonScripts/loopOverState.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
scirun_connect_modules(m1, 0, m2, 0)
66
scirun_connect_modules(m2, 0, m3, 0)
77

8-
for i in range(10):
8+
for i in range(5):
99
scirun_set_module_state(m2, "Value", i)
1010
scirun_set_module_state(m3, "Filename", "field%d.fld" % i)
1111
scirun_execute_all()

0 commit comments

Comments
 (0)