Changeset 20703


Ignore:
Timestamp:
06/06/16 19:47:02 (9 years ago)
Author:
seroussi
Message:

BUG: need to provide prefix to marshall now

Location:
issm/trunk-jpl/src/m/classes
Files:
2 edited

Legend:

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

    r20690 r20703  
    7777
    7878                } // }}}
    79                 this.marshall=function(md,fid) { //{{{
     79                this.marshall=function(prefix,md,fid) { //{{{
    8080                        WriteData(fid,prefix,'name','md.mesh.domain_type','data',StringToEnum('Domain' + this.domaintype()),'format','Integer');
    8181                        WriteData(fid,prefix,'name','md.mesh.domain_dimension','data',this.dimension(),'format','Integer');
  • issm/trunk-jpl/src/m/classes/mesh3dsurface.m

    r20690 r20703  
    7979                        obj.average_vertex_connectivity=25;
    8080                end % }}}
    81                 function md = checkconsistency(obj,md,solution,analyses) % {{{
     81                function md = checkconsistency(obj,prefix,md,solution,analyses) % {{{
    8282
    8383                        md = checkfield(md,'fieldname','mesh.x','NaN',1,'Inf',1,'size',[md.mesh.numberofvertices 1]);
Note: See TracChangeset for help on using the changeset viewer.