Changeset 6432 for issm/trunk


Ignore:
Timestamp:
10/27/10 10:58:17 (14 years ago)
Author:
Mathieu Morlighem
Message:

Error is to restrictive for Nightly runs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/c/objects/Elements/Penta.cpp

    r6420 r6432  
    45144514                if(isnan(values[i])) _error_("NaN found in solution vector");
    45154515                if(values[i]<0)      _error_("temperature < 0°K found in solution vector");
    4516                 if(values[i]>275)    _error_("temperature > 275°K found in solution vector (Paterson's rheology associated is negative)");
     4516                if(values[i]>275)    printf("temperature > 275°K found in solution vector (Paterson's rheology associated is negative)");
    45174517        }
    45184518
Note: See TracChangeset for help on using the changeset viewer.