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
|
Rev | Line | |
---|
[20545] | 1 | Index: ../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.