Changeset 16317


Ignore:
Timestamp:
10/07/13 16:02:29 (11 years ago)
Author:
Mathieu Morlighem
Message:

CHG: getting rid of meshdimension

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/m/parameterization/setflowequation.m

    r15987 r16317  
    7171
    7272%Check that no L1L2 or HO or FS for 2d mesh
    73 if (md.mesh.dimension==2),
     73if strcmp(meshtype(md.mesh),'2Dhorizontal')
    7474        if any(L1L2flag | FSflag | HOflag)
    7575                error('FS and HO elements not allowed in 2d mesh, extrude it first')
Note: See TracChangeset for help on using the changeset viewer.