Removed unnecessary assignment (variable assigned later)

This commit is contained in:
Ebag333
2016-10-19 10:37:59 -07:00
parent a8061c9276
commit 49851d1131

View File

@@ -141,7 +141,7 @@ class CapSimulator(object):
cap = capCapacity # current cap value
t_wrap = self.period # point in time of next period
t_now = t_last = 0
t_last = 0
t_max = self.t_max
while 1: