Changeset 24055
- Timestamp:
- 07/01/19 05:34:01 (6 years ago)
- Location:
- issm/trunk-jpl/src/c
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/Makefile.am
r23992 r24055 162 162 ./shared/Numerics/cubic.cpp\ 163 163 ./shared/Numerics/NewtonSolveDnorm.cpp\ 164 ./shared/Numerics/ODE1.cpp\ 164 165 ./shared/Numerics/extrema.cpp\ 165 166 ./shared/Numerics/legendre.cpp\ -
issm/trunk-jpl/src/c/shared/Numerics/numerics.h
r23244 r24055 41 41 42 42 int NewtonSolveDnorm(IssmDouble* pdnorm,IssmDouble c1,IssmDouble c2,IssmDouble c3,IssmDouble n,IssmDouble dnorm); 43 IssmDouble ODE1(IssmDouble alpha,IssmDouble beta,IssmDouble Si, IssmDouble dt,int method); 43 44 44 45 #endif //ifndef _NUMERICS_H_
Note:
See TracChangeset
for help on using the changeset viewer.