Ignore:
Timestamp:
08/06/10 13:31:09 (15 years ago)
Author:
Mathieu Morlighem
Message:

No more expread required to call ContourToNodes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/m/classes/public/mesh/rifts/meshprocessrifts.m

    r3269 r5024  
    4545
    4646%In case we have rifts that open up the domain outline, we need to open them:
    47 flags=ContourToMesh(md.elements,md.x,md.y,expread(domainoutline,1),'node',0);
     47flags=ContourToMesh(md.elements,md.x,md.y,domainoutline,'node',0);
    4848found=0;
    4949for i=1:md.numrifts,
Note: See TracChangeset for help on using the changeset viewer.