Changeset 11714
- Timestamp:
- 03/14/12 15:37:50 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/solutions/convergence.cpp
r11695 r11714 33 33 /*If uf is NULL in input, f-set is nil, model is fully constrained, therefore converged from 34 34 * the get go: */ 35 if( !uf){35 if(uf->M==0){ 36 36 *pconverged=true; 37 37 return;
Note:
See TracChangeset
for help on using the changeset viewer.