Changeset 1661
- Timestamp:
- 08/12/09 17:14:13 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/parallel/diagnostic_core_nonlinear.cpp
r1660 r1661 186 186 if (!constraints_converged) converged=0; 187 187 188 //no need for Kff and pf anymore 189 MatFree(&Kff);VecFree(&pf); 190 188 191 /*Increase count: */ 189 192 count++; 190 193 if(converged==1)break; 191 194 192 //no need for Kff and pf anymore193 MatFree(&Kff);VecFree(&pf);194 195 } 195 196
Note:
See TracChangeset
for help on using the changeset viewer.