Commit 447f1b96 authored by David Cussans's avatar David Cussans

Minor edit

parent 336ffeec
......@@ -139,8 +139,8 @@ while loopRunning:
timeDelta = newTime - oldTime
oldTime = newTime
#print "time delta = " , timeDelta
preVetoFreq = (preVetotriggerCount-oldPreVetotriggerCount)/timeDelta # loopWait
postVetoFreq = (postVetotriggerCount-oldPostVetotriggerCount)/timeDelta #loopWait
preVetoFreq = (preVetotriggerCount-oldPreVetotriggerCount)/timeDelta
postVetoFreq = (postVetotriggerCount-oldPostVetotriggerCount)/timeDelta
oldPreVetotriggerCount = preVetotriggerCount
oldPostVetotriggerCount = postVetotriggerCount
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment