Changeset 23987


Ignore:
Timestamp:
06/05/19 09:33:18 (6 years ago)
Author:
Mathieu Morlighem
Message:

CHG: make sure SID is mentioned

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/classes/Elements/Tria.cpp

    r23923 r23987  
    25892589                values[i]=solution[doflist[i]];
    25902590                if(xIsNan<IssmDouble>(values[i])) _error_("NaN found in solution vector");
    2591                 if(xIsInf<IssmDouble>(values[i])) _error_("Inf found in solution vector, ID = " << this->Sid());
     2591                if(xIsInf<IssmDouble>(values[i])) _error_("Inf found in solution vector, SID = " << this->Sid());
    25922592        }
    25932593
Note: See TracChangeset for help on using the changeset viewer.