Ignore:
Timestamp:
05/31/14 05:38:57 (11 years ago)
Author:
Mathieu Morlighem
Message:

CHG: removed elementonbase/surface

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/m/contrib/bamg/yams.m

    r17610 r18077  
    108108md.mesh.vertexonbase=ones(md.mesh.numberofvertices,1);
    109109md.mesh.vertexonsurface=ones(md.mesh.numberofvertices,1);
    110 md.mesh.elementonbase=ones(md.mesh.numberofelements,1);
    111 md.mesh.elementonsurface=ones(md.mesh.numberofelements,1);
    112110if strcmpi(Names.interp,'node'),
    113111        md.inversion.vx_obs=InterpFromGridToMesh(Vel.(Names.xname),Vel.(Names.yname),Vel.(Names.vxname),md.mesh.x,md.mesh.y,0);
Note: See TracChangeset for help on using the changeset viewer.