UNPKG

jalhyd

Version:

JaLHyd, a Javascript Library for Hydraulics

12 lines 534 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ParamsSectionRectang = void 0; const internal_modules_1 = require("../../internal_modules"); class ParamsSectionRectang extends internal_modules_1.ParamsSection { constructor(rY, rLargeurFond, rKs, rQ, rIf, rYB, nullParams = false) { super(rY, rLargeurFond, // LargeurBerge=LargeurFond rKs, rQ, rIf, rYB, nullParams); } } exports.ParamsSectionRectang = ParamsSectionRectang; //# sourceMappingURL=section_rectang_params.js.map