Changeset 20534


Ignore:
Timestamp:
04/22/16 11:24:39 (9 years ago)
Author:
Mathieu Morlighem
Message:

CHG: changed warning to simple display

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/m/boundaryconditions/SetMarineIceSheetBC.m

    r19527 r20534  
    4040pos=find(md.mesh.vertexonboundary & ~vertexonicefront);
    4141if isempty(pos),
    42         warning('SetMarineIceSheetBC warning: ice front all around the glacier, no dirichlet found. Dirichlet must be added manually')
     42        disp('SetMarineIceSheetBC warning: ice front all around the glacier, no dirichlet applied')
    4343end
    4444md.stressbalance.spcvx=NaN*ones(md.mesh.numberofvertices,1);
Note: See TracChangeset for help on using the changeset viewer.