Ignore:
Timestamp:
10/25/11 15:50:59 (14 years ago)
Author:
seroussi
Message:

grounding lines in 2d serial

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/m/classes/groundingline.m

    r9860 r10301  
    4747
    4848                        if ~strcmp(obj.migration,'None'),
    49                                 if (md.mesh.dimension==3 | strcmpi(md.cluster.name,'none')),
    50                                         checkmessage(['requesting grounding line migration, but grounding line module only implemented for 2d models and parallel runs!']);
     49                                if (md.mesh.dimension==3),
     50                                        checkmessage(['requesting grounding line migration, but grounding line module only implemented for 2d models !']);
    5151                                end
    5252                                if isnan(md.geometry.bathymetry),
Note: See TracChangeset for help on using the changeset viewer.