source: issm/oecreview/Archive/20545-21336/ISSM-20930-20931.diff@ 21337

Last change on this file since 21337 was 21337, checked in by Mathieu Morlighem, 8 years ago

CHG: added Archive/20545-21336

File size: 815 bytes
  • ../trunk-jpl/src/m/classes/model.js

     
    381381                //if (md.mesh.average_vertex_connectivity<=25)
    382382                    //md.mesh.average_vertex_connectivity=100;
    383383        } //}}}
    384         this.collapse = function(md) {
     384        this.collapse = function(md) { //{{{
    385385            /*
    386386             *COLLAPSE - collapses a 3d mesh into a 2d mesh
    387387             *
     
    572572            md.mesh.segments=contourenvelope(md.mesh);
    573573
    574574            return md;
    575         }
     575        } /*}}}*/
    576576        //properties
    577577        // {{{
    578578                //Careful here: no other class should be used as default value this is a bug of matlab
Note: See TracBrowser for help on using the repository browser.