From 0ecd9d9cf2a7a6e48685b9f4b1db8c449c697404 Mon Sep 17 00:00:00 2001 From: "mathias.chouet" <mathias.chouet@irstea.fr> Date: Mon, 25 Mar 2019 11:50:15 +0100 Subject: [PATCH] Remous: remove linkable results --- src/remous.ts | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src/remous.ts b/src/remous.ts index ffe33c4c..6c66100e 100644 --- a/src/remous.ts +++ b/src/remous.ts @@ -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; } -- GitLab