Skip to content
Snippets Groups Projects
Commit a1cec84c authored by mathias.chouet's avatar mathias.chouet
Browse files

Fix nghyd#223

parent 51143954
No related branches found
No related tags found
No related merge requests found
import { CalculatorType, ParamsEquation } from "../index";
import { ParamCalculability } from "../param/param-definition";
import { ParallelStructure } from "../structure/parallel_structure";
import { loiAdmissiblesCloisonAval, LoiDebit } from "../structure/structure_props";
......@@ -9,6 +10,11 @@ export { ParallelStructureParams } from "../structure/parallel_structure_params"
export class CloisonAval extends ParallelStructure {
constructor(prms: ParamsEquation, dbg: boolean = false) {
super(prms, dbg);
this._calcType = CalculatorType.CloisonAval;
}
/**
* Return index structure of vanne levante
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment