Changeset 21584 for issm/trunk-jpl/src/m/classes/trans.js
- Timestamp:
- 03/01/17 23:27:31 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified issm/trunk-jpl/src/m/classes/trans.js ¶
r21530 r21584 14 14 this.isthermal = 1; 15 15 this.isgroundingline = 0; 16 this.isgia ivins= 0;16 this.isgia = 0; 17 17 this.isdamageevolution = 0; 18 18 this.ismovingfront = 0; … … 34 34 fielddisplay(this,'isthermal','indicates whether a thermal solution is used in the transient'); 35 35 fielddisplay(this,'isgroundingline','indicates whether a groundingline migration is used in the transient'); 36 fielddisplay(this,'isgia ivins','indicates whether a postglacial rebound model is used in the transient');36 fielddisplay(this,'isgia','indicates whether a postglacial rebound model is used in the transient'); 37 37 fielddisplay(this,'isdamageevolution','indicates whether damage evolution is used in the transient'); 38 38 fielddisplay(this,'ismovingfront','indicates whether a moving front capability is used in the transient'); … … 57 57 checkfield(md,'fieldname','trans.isthermal','numel',[1],'values',[0 ,1]); 58 58 checkfield(md,'fieldname','trans.isgroundingline','numel',[1],'values',[0, 1]); 59 checkfield(md,'fieldname','trans.isgia ivins','numel',[1],'values',[0, 1]);59 checkfield(md,'fieldname','trans.isgia','numel',[1],'values',[0, 1]); 60 60 checkfield(md,'fieldname','trans.isdamageevolution','numel',[1],'values',[0, 1]); 61 61 checkfield(md,'fieldname','trans.ismovingfront','numel',[1],'values',[0, 1]); … … 73 73 WriteData(fid,prefix,'object',this,'fieldname','isthermal','format','Boolean'); 74 74 WriteData(fid,prefix,'object',this,'fieldname','isgroundingline','format','Boolean'); 75 WriteData(fid,prefix,'object',this,'fieldname','isgia ivins','format','Boolean');75 WriteData(fid,prefix,'object',this,'fieldname','isgia','format','Boolean'); 76 76 WriteData(fid,prefix,'object',this,'fieldname','isdamageevolution','format','Boolean'); 77 77 WriteData(fid,prefix,'object',this,'fieldname','ishydrology','format','Boolean'); … … 105 105 this.isthermal = 0; 106 106 this.isgroundingline = 0; 107 this.isgia ivins= 0;107 this.isgia = 0; 108 108 this.isdamageevolution = 0; 109 109 this.ismovingfront = 0;
Note:
See TracChangeset
for help on using the changeset viewer.