Skip to content

Commit 28afb1b

Browse files
authored
Update cstim.py
1 parent 75b9ab7 commit 28afb1b

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

nintan/cstim.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@
4343
print("bad input, using .5 instead")
4444
u[0] = 0.5
4545
print("ym="+str(ym[0])+" u="+str(u[0]));
46+
print("min="+str(minElasped))
47+
print("avg="+str(sumElasped/max(1,concore.simtime)))
48+
print("max="+str(maxElasped))
4649
concore.write(1,"u",u);
4750
wallclock2 = time.perf_counter()
4851
elasped = wallclock2-wallclock1

0 commit comments

Comments
 (0)