We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e960096 commit a163769Copy full SHA for a163769
Settings/Initialize.py
@@ -195,3 +195,6 @@ class TunningProperties:
195
def __init__(self):
196
self.Description = "Tunning properties"
197
self.factor_c = 1.0
198
+ self.ERRFT = 1e-6
199
+ self.ERRFV = 1e-6
200
+ self.ERRFU = 1e-4
0 commit comments