Changeset 19817


Ignore:
Timestamp:
11/25/15 16:26:02 (9 years ago)
Author:
Eric.Larour
Message:

CHG: not allowed!

File:
1 edited

Legend:

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

    r19780 r19817  
    7070                md.mask.ice_levelset = NewArrayFill(md.mesh.numberofvertices,1.0);
    7171                //use contourtomesh to set ice values inside ice domain
    72                 [vertexinsideicedomain,elementinsideicedomain]=ContourToMesh(elements,x,y,icedomain,'node',1);
     72                //[vertexinsideicedomain,elementinsideicedomain]=ContourToMesh(elements,x,y,icedomain,'node',1);
    7373                pos=ArrayFind(vertexinsideicedomain,1.0);for(var i=0;i<pos.length;i++) md.mask.ice_levelset[pos]=-1;
    7474        }
Note: See TracChangeset for help on using the changeset viewer.