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