Skip to content
Snippets Groups Projects

Resolve "Ajout du module Bief"

Merged David Dorchies requested to merge 299-ajout-du-module-bief into master
19 files
+ 362
34
Compare changes
  • Side-by-side
  • Inline
Files
19
@@ -18,7 +18,7 @@ describe("ngHyd − calculate all parameters of all calculators", () => {
});
// get calculators list (IDs) @TODO read it from config, but can't import jalhyd here :/
const calcTypes = [ 0, 1, 2, 3, 4, 5, 6, 8, 9, 10, 11, 12, 13, 15, 17, 18, 19, 20 ];
const calcTypes = [ 0, 1, 2, 3, 4, 5, 6, 8, 9, 10, 11, 12, 13, 15, 17, 18, 19, 20, 21 ];
// for each calculator
for (const ct of calcTypes) {
Loading