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
  • ../trunk-jpl/src/m/boundaryconditions/SetMarineIceSheetBC.m

     
    3939end
    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);
    4545md.stressbalance.spcvy=NaN*ones(md.mesh.numberofvertices,1);
Note: See TracBrowser for help on using the repository browser.