Index: ../trunk-jpl/src/m/boundaryconditions/SetMarineIceSheetBC.m =================================================================== --- ../trunk-jpl/src/m/boundaryconditions/SetMarineIceSheetBC.m (revision 20533) +++ ../trunk-jpl/src/m/boundaryconditions/SetMarineIceSheetBC.m (revision 20534) @@ -39,7 +39,7 @@ end pos=find(md.mesh.vertexonboundary & ~vertexonicefront); if isempty(pos), - warning('SetMarineIceSheetBC warning: ice front all around the glacier, no dirichlet found. Dirichlet must be added manually') + disp('SetMarineIceSheetBC warning: ice front all around the glacier, no dirichlet applied') end md.stressbalance.spcvx=NaN*ones(md.mesh.numberofvertices,1); md.stressbalance.spcvy=NaN*ones(md.mesh.numberofvertices,1);