Skip to content

Commit 3e6c958

Browse files
Update testsou/funcall.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent b6f87cd commit 3e6c958

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

testsou/funcall.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
concore.write(concore.oport['U1'],"u",u)
1717
print(u)
1818
old2 = concore.simtime
19-
while concore.unchanged() or concore.simtime <= old2:
19+
while concore.unchanged() and concore.simtime <= old2:
2020
ym = concore.read(concore.iport['Y1'],"ym",init_simtime_ym)
2121
concore.write(concore.oport['Y'],"ym",ym)
2222
print("funbody u="+str(u)+" ym="+str(ym)+" time="+str(concore.simtime))

0 commit comments

Comments
 (0)