Changeset 27126


Ignore:
Timestamp:
06/29/22 15:38:26 (3 years ago)
Author:
Eric.Larour
Message:

CHG: wrong error message.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/branches/trunk-larour-SLPS2022/src/c/analyses/MmemasstransportAnalysis.cpp

    r27095 r27126  
    154154
    155155                /*Check solution*/
    156                 if(xIsNan<IssmDouble>(h[i])) _error_("NaN found in bottom pressure solution vector");
    157                 if(xIsInf<IssmDouble>(h[i])) _error_("Inf found in bottom pressure solution vector");
     156                if(xIsNan<IssmDouble>(h[i])) _error_("NaN found in ice thickness solution vector");
     157                if(xIsInf<IssmDouble>(h[i])) _error_("Inf found in ice thickness solution vector");
    158158        }
    159159
Note: See TracChangeset for help on using the changeset viewer.