Commit 0ecd9d9c authored by Mathias Chouet's avatar Mathias Chouet :spaghetti:
Browse files

Remous: remove linkable results

Showing with 0 additions and 9 deletions
+0 -9
......@@ -513,15 +513,6 @@ export class CourbeRemous extends Nub {
throw new Error("CourbeRemous.Equation() : parameter " + sVarCalc + " not allowed");
}
protected setExtraResultsFamilies() {
this._extraResultsFamilies = {
B: ParamFamily.WIDTHS,
Yf: ParamFamily.HEIGHTS,
Yt: ParamFamily.HEIGHTS,
Yco: ParamFamily.HEIGHTS
};
}
private get Sn(): acSection {
return this.prms.Sn;
}
......
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