Changeset 1711


Ignore:
Timestamp:
08/17/09 08:01:58 (16 years ago)
Author:
Mathieu Morlighem
Message:

fixed problem if debug=2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/c/parallel/convergence.cpp

    r1677 r1711  
    120120
    121121                //print
    122                 if (!isnan(eps_rel)){
     122                if (!isnan(eps_abs)){
    123123                        if ((nduinf*yts)<eps_abs){
    124124                                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.