Changeset 24086


Ignore:
Timestamp:
07/12/19 08:21:57 (6 years ago)
Author:
Mathieu Morlighem
Message:

BUG: for AD

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/modules/Solverx/Solverx.cpp

    r24083 r24086  
    4545
    4646        /*don't check convergence if NaN*/
    47         if(xIsNan<IssmPDouble>(solver_residue_threshold)) return true;
     47        if(xIsNan<IssmDouble>(solver_residue_threshold)) return true;
    4848
    4949        /*compute KUF = KU - F = K*U - F*/
Note: See TracChangeset for help on using the changeset viewer.