Changeset 22245


Ignore:
Timestamp:
11/09/17 16:29:48 (7 years ago)
Author:
Eric.Larour
Message:

CHG: warning on slr check consistency instead of error.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/branches/trunk-larour-NatGeoScience2016/src/m/classes/slr.m

    r22162 r22245  
    133133                        [els,vertices]=find(maskpos>0);
    134134                        if length(els),
    135                                 error('slr checkconsistency fail: there are elements with ice loads where some vertices are not on the ice!');
     135                                warning('slr checkconsistency fail: there are elements with ice loads where some vertices are not on the ice!');
    136136                        end
    137137
Note: See TracChangeset for help on using the changeset viewer.