Changeset 16455


Ignore:
Timestamp:
10/18/13 10:59:28 (11 years ago)
Author:
Eric.Larour
Message:

CHG: warning instead of error

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/m/classes/mask.m

    r15987 r16455  
    2727                        isice=(md.mask.ice_levelset>0);
    2828                        if any(sum(isice(md.mesh.elements),2)==0),
    29                                 error('elements with no ice not implemented yet, each element should have at least one vertex with md.mask.ice_levelset > 0');
     29                                warning('elements with no ice not implemented yet, each element should have at least one vertex with md.mask.ice_levelset > 0');
    3030                        end
    3131                end % }}}
Note: See TracChangeset for help on using the changeset viewer.