Changeset 1711
- Timestamp:
- 08/17/09 08:01:58 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/parallel/convergence.cpp
r1677 r1711 120 120 121 121 //print 122 if (!isnan(eps_ rel)){122 if (!isnan(eps_abs)){ 123 123 if ((nduinf*yts)<eps_abs){ 124 124 if (debug) _printf_("%-50s%g%s%g%s\n"," Convergence criterion: max(du)",nduinf*yts," < ",eps_abs," m/yr");
Note:
See TracChangeset
for help on using the changeset viewer.