Rolling 20210712

This commit is contained in:
jomjol
2021-07-12 22:06:32 +02:00
parent 76a0518d52
commit 1f6b02a671
12 changed files with 44 additions and 77 deletions

View File

@@ -1777,10 +1777,6 @@ function ReadParameterAll()
// FormatDecimalValue(param, "PostProcessing", "MaxRateValue");
}
function WriteConfig(){
ReadParameterAll();
return setConfigParameters(param, category);
}
function FormatDecimalValue(_param, _cat, _name) {
for (var j = 1; j <= _param[_cat][_name]["anzParam"]; ++j) {