- renamed

git-svn-id: http://moon:8086/svn/projects/HendiControl@371 fda53097-d464-4ada-af97-ba876c37ca34
This commit is contained in:
2020-04-20 10:10:37 +00:00
parent 41e54c31ad
commit a0c34124a7
2 changed files with 2 additions and 2 deletions
+2 -2
View File
@@ -3,9 +3,9 @@ import json
from aplant import APlant
from math import sqrt
class Mass(APlant):
class Plant_sim(APlant):
def __init__(self, params):
print(json.dumps({'Mass': params}, indent=4, sort_keys=True))
print(json.dumps({'Plant_sim': params}, indent=4, sort_keys=True))
self.dt = params['dt']
self.alpha = 1.0