Changeset 13764
- Timestamp:
- 10/19/12 17:36:02 (12 years ago)
- Location:
- issm/trunk-jpl/src/c/solutions
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/solutions/ResetBoundaryConditions.cpp
r13621 r13764 13 13 Vector<IssmDouble>* yg = NULL; 14 14 Nodes *nodes = NULL; 15 int i;16 15 17 16 if(VerboseSolution()) _pprintLine_(" updating boundary conditions..."); -
issm/trunk-jpl/src/c/solutions/controlconvergence.cpp
r12832 r13764 19 19 bool controlconvergence(IssmDouble J, IssmDouble tol_cm){ 20 20 21 int i;22 21 bool converged=false; 23 22 -
issm/trunk-jpl/src/c/solutions/kriging.cpp
r13609 r13764 156 156 Option *option = NULL; 157 157 158 int dummy,M,N;158 int M,N; 159 159 IoModel* iomodel = new IoModel(); 160 160 iomodel->fid=fid; -
issm/trunk-jpl/src/c/solutions/objectivefunction.cpp
r13699 r13764 21 21 22 22 IssmDouble objectivefunction(IssmDouble search_scalar,OptArgs* optargs){ 23 24 int i;25 23 26 24 /*output: */ -
issm/trunk-jpl/src/c/solutions/thermal_core.cpp
r12832 r13764 16 16 17 17 /*intermediary*/ 18 IssmDouble melting_offset;19 18 bool save_results; 20 19 bool dakota_analysis = false;
Note:
See TracChangeset
for help on using the changeset viewer.