- refactored dt

This commit is contained in:
jens
2020-12-22 10:26:56 +01:00
parent b5a0e6a7ac
commit d777a955a4
7 changed files with 29 additions and 29 deletions
+2 -2
View File
@@ -3,8 +3,8 @@ import time
class StirrerSim(AStirrer):
def __init__(self, params):
AStirrer.__init__(self, params['dt'])
def __init__(self, dt):
AStirrer.__init__(self, dt)
def activate(self, enable):
print("activate {}".format(enable))