Changeset 11800


Ignore:
Timestamp:
03/27/12 16:29:07 (13 years ago)
Author:
Mathieu Morlighem
Message:

Added collapse of lat/lon

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified issm/trunk-jpl/src/m/model/collapse.m ΒΆ

    r11608 r11800  
    100100md.mask.vertexonwater=project2d(md,md.mask.vertexonwater,1);
    101101
     102%lat long
     103md.mesh.lat=project2d(md,md.mesh.lat,1);
     104md.mesh.long=project2d(md,md.mesh.long,1);
     105
    102106%Initialize with the 2d mesh
    103107md.mesh.x=md.mesh.x2d;
Note: See TracChangeset for help on using the changeset viewer.