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

BUG: need to provide prefix to marshall now

File:
1 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');
Note: See TracChangeset for help on using the changeset viewer.