Changeset 20832
- Timestamp:
- 06/29/16 12:37:20 (9 years ago)
- Location:
- issm/trunk-jpl
- Files:
-
- 2 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/jenkins/javascript/karma/karma.conf.js
r20824 r20832 12 12 // list of files / patterns to load in the browser 13 13 files: [ 14 'node_modules/jquery/dist/jquery.min.js', 14 15 'node_modules/mathjs/dist/math.min.js', 15 16 'lib/bin/EnumDefinitions.js', -
issm/trunk-jpl/src/m/classes/mask.js
r20828 r20832 56 56 } 57 57 } // }}} 58 this.marshall=function(md, fid) { //{{{59 WriteData(fid, 'object',this,'fieldname','groundedice_levelset','format','DoubleMat','mattype',1);60 WriteData(fid, 'object',this,'fieldname','ice_levelset','format','DoubleMat','mattype',1);58 this.marshall=function(md,prefix,fid) { //{{{ 59 WriteData(fid,prefix,'object',this,'fieldname','groundedice_levelset','format','DoubleMat','mattype',1); 60 WriteData(fid,prefix,'object',this,'fieldname','ice_levelset','format','DoubleMat','mattype',1); 61 61 }//}}} 62 62 this.fix=function() { //{{{
Note:
See TracChangeset
for help on using the changeset viewer.