UNPKG
jalhyd
Version:
latest (4.19.1)
4.19.1
4.19.0
4.18.0
4.17.1
4.14.1
4.14.0
4.13.1
4.11.0
4.9.0
JaLHyd, a Javascript Library for Hydraulics
forgemia.inra.fr/cassiopee/jalhyd
jalhyd
/
build
/
open-channel
/
methode-resolution.d.ts
6 lines
•
152 B
TypeScript
View Raw
1
2
3
4
5
6
export
declare
enum
MethodeResolution
{
Trapezes
=
0
,
EulerExplicite
=
1
,
RungeKutta4
=
2
}
//# sourceMappingURL=methode-resolution.d.ts.map