source: issm/oecreview/Archive/20496-20544/ISSM-20533-20534.diff

Last change on this file was 20545, checked in by Mathieu Morlighem, 9 years ago

CHG: new quick sync to fix examples in trunk

File size: 747 bytes
RevLine 
[20545]1Index: ../trunk-jpl/src/m/boundaryconditions/SetMarineIceSheetBC.m
2===================================================================
3--- ../trunk-jpl/src/m/boundaryconditions/SetMarineIceSheetBC.m (revision 20533)
4+++ ../trunk-jpl/src/m/boundaryconditions/SetMarineIceSheetBC.m (revision 20534)
5@@ -39,7 +39,7 @@
6 end
7 pos=find(md.mesh.vertexonboundary & ~vertexonicefront);
8 if isempty(pos),
9- warning('SetMarineIceSheetBC warning: ice front all around the glacier, no dirichlet found. Dirichlet must be added manually')
10+ disp('SetMarineIceSheetBC warning: ice front all around the glacier, no dirichlet applied')
11 end
12 md.stressbalance.spcvx=NaN*ones(md.mesh.numberofvertices,1);
13 md.stressbalance.spcvy=NaN*ones(md.mesh.numberofvertices,1);
Note: See TracBrowser for help on using the repository browser.