- renamed
git-svn-id: http://moon:8086/svn/projects/HendiControl@371 fda53097-d464-4ada-af97-ba876c37ca34
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user