Commit 772e9578 authored by Grand Francois's avatar Grand Francois
Browse files

closes #56

Showing with 1 addition and 1 deletion
+1 -1
......@@ -21,7 +21,7 @@ export abstract class cParamsCanal extends ParamsEquation {
super();
this._Ks = new ParamDefinition(nodeType, 'Ks', ParamDomainValue.POS, rKs);
this._Q = new ParamDefinition(nodeType, 'Q', ParamDomainValue.POS_NULL, rQ);
this._If = new ParamDefinition(nodeType, 'If', ParamDomainValue.ANY, rIf);
this._If = new ParamDefinition(nodeType, 'If', ParamDomainValue.POS, rIf);
this._Prec = new ParamDefinition(nodeType, 'Prec', ParamDomainValue.POS, rPrec);
this._iPrec = new ParamDefinition(nodeType, 'iPrec', ParamDomainValue.ANY, Math.round(-Math.log(rPrec) / Math.log(10)));
this._YB = new ParamDefinition(nodeType, 'YB', ParamDomainValue.POS, rYB);
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment