Changeset 14979 for issm/trunk-jpl/src/c/shared/Numerics
- Timestamp:
- 05/09/13 02:13:53 (12 years ago)
- Location:
- issm/trunk-jpl/src/c/shared/Numerics
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/shared/Numerics/GaussPoints.cpp
r14917 r14979 1 1 /* Gauss point structures and prototypes */ 2 #include <math.h> 3 #include <float.h> 2 4 3 5 #include "./GaussPoints.h" … … 5 7 #include "../Exceptions/exceptions.h" 6 8 #include "../Numerics/constants.h" 7 #include <math.h>8 #include <float.h>9 9 10 10 /*General Gauss points*/ -
issm/trunk-jpl/src/c/shared/Numerics/OptimalSearch.cpp
r14950 r14979 9 9 #endif 10 10 11 #include "./numerics.h"12 #include "../../classes/objects/objects.h"13 #include "../../shared/io/io.h"14 #include "../../shared/shared.h"15 11 #include <float.h> 12 13 #include "../Exceptions/exceptions.h" 14 #include "../io/io.h" 15 #include "../MemOps/MemOps.h" 16 #include "./Verbosity.h" 17 #include "./OptPars.h" 18 #include "./OptArgs.h" 19 #include "./types.h" 20 #include "./isnan.h" 16 21 17 22 void OptimalSearch(IssmDouble* psearch_scalar,IssmDouble* pJ,OptPars* optpars,IssmDouble (*f)(IssmDouble,OptArgs*), OptArgs* optargs){
Note:
See TracChangeset
for help on using the changeset viewer.