jalhyd
Version:
JaLHyd, a Javascript Library for Hydraulics
9 lines • 374 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.SectionParams = void 0;
const internal_modules_1 = require("../../internal_modules");
// dummy ParamsEquation for code consistency
class SectionParams extends internal_modules_1.ParamsEquation {
}
exports.SectionParams = SectionParams;
//# sourceMappingURL=section_parametree_params.js.map