Commit cb5a8a20 authored by Dorchies David's avatar Dorchies David
Browse files

Close #92

Showing with 2 additions and 1 deletion
+2 -1
...@@ -229,7 +229,7 @@ describe("Class Pab: ", () => { ...@@ -229,7 +229,7 @@ describe("Class Pab: ", () => {
pab.CalcSerie(); pab.CalcSerie();
// for ex. Cloisons n°1 // for ex. Cloisons n°1
expect(pab.children[0].result.nbResultElements).toBe(3); expect(pab.children[0].result.nbResultElements).toBe(3);
expect(Object.keys(pab.children[0].result.resultElements[1].extraResults).length).toBe(11); expect(Object.keys(pab.children[0].result.resultElements[1].extraResults).length).toBe(12);
}); });
}); });
......
...@@ -298,6 +298,7 @@ export abstract class Structure extends Nub { ...@@ -298,6 +298,7 @@ export abstract class Structure extends Nub {
return { return {
ENUM_StructureFlowMode: this.getFlowMode(), ENUM_StructureFlowMode: this.getFlowMode(),
ENUM_StructureFlowRegime: this.getFlowRegime(), ENUM_StructureFlowRegime: this.getFlowRegime(),
ENUM_StructureJetType: this.getJetType()
}; };
} }
......
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