Changeset 11725
- Timestamp:
- 03/19/12 20:06:31 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified issm/trunk-jpl/src/c/solutions/convergence.cpp ¶
r11714 r11725 24 24 double nF; 25 25 double solver_residue,res; 26 int M; 26 27 27 28 /*convergence options*/ … … 33 34 /*If uf is NULL in input, f-set is nil, model is fully constrained, therefore converged from 34 35 * the get go: */ 35 if(uf->M==0){ 36 uf->GetSize(&M); 37 if(M==0){ 36 38 *pconverged=true; 37 39 return;
Note:
See TracChangeset
for help on using the changeset viewer.