Changeset 26787


Ignore:
Timestamp:
01/17/22 07:10:18 (3 years ago)
Author:
Mathieu Morlighem
Message:

CHG: removed extraneous lines

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/solutionsequences/convergence.cpp

    r24082 r26787  
    9090                //compute max(du)
    9191                duf=old_uf->Duplicate(); old_uf->Copy(duf); duf->AYPX(uf,-1.0);
    92                 ndu=duf->Norm(NORM_TWO); nduinf=duf->Norm(NORM_INF);
    93                 if (xIsNan<IssmDouble>(ndu) || xIsNan<IssmDouble>(nu)) _error_("convergence criterion is NaN!");
     92                nduinf=duf->Norm(NORM_INF);
     93                if (xIsNan<IssmDouble>(nduinf)) _error_("convergence criterion is NaN!");
    9494
    9595                //clean up
Note: See TracChangeset for help on using the changeset viewer.