Changeset 20196


Ignore:
Timestamp:
02/16/16 21:55:25 (9 years ago)
Author:
Eric.Larour
Message:

CHG (JS): need to describe the mesh as 3d surface, otherwise, model.js constructor defines it as mesh2d.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/m/classes/mesh3dsurface.m

    r20181 r20196  
    168168                function savemodeljs(self,fid,modelname) % {{{
    169169               
     170                        fprintf(fid,'%s.mesh=new mesh3dsurface();\n',modelname);
    170171                        writejs1Darray(fid,[modelname '.mesh.x'],self.x);
    171172                        writejs1Darray(fid,[modelname '.mesh.y'],self.y);
Note: See TracChangeset for help on using the changeset viewer.