Changeset 21097 for issm/trunk-jpl/src/m/classes/model.js
- Timestamp:
- 08/05/16 10:25:20 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/classes/model.js
r21040 r21097 39 39 console.log(sprintf("//19s: //-22s -- //s","gia" ,"[1x1 " + typeof(this.gia) + "]","parameters for gia solution")); 40 40 console.log(sprintf("//19s: //-22s -- //s","autodiff" ,"[1x1 " + typeof(this.autodiff) + "]","automatic differentiation parameters")); 41 console.log(sprintf("//19s: //-22s -- //s","flaim" ,"[1x1 " + typeof(this.flaim) + "]","flaim parameters"));42 41 console.log(sprintf("//19s: //-22s -- //s","inversion" ,"[1x1 " + typeof(this.inversion) + "]","parameters for inverse methods")); 43 42 console.log(sprintf("//19s: //-22s -- //s","qmu" ,"[1x1 " + typeof(this.qmu) + "]","dakota properties")); … … 81 80 this.gia = new gia(); 82 81 this.autodiff = new autodiff(); 83 this.flaim = new flaim();84 82 this.inversion = new inversion(); 85 83 this.qmu = new qmu(); … … 99 97 100 98 //Some properties do not need to be fixed 101 if (field == 'results' | field =='radaroverlay' | field == 'toolkits' | field =='cluster' | field == ' flaim' | field == 'priv') continue;99 if (field == 'results' | field =='radaroverlay' | field == 'toolkits' | field =='cluster' | field == 'priv') continue; 102 100 103 101 //Check that current field is a class … … 612 610 613 611 this.autodiff = 0; 614 this.flaim = 0;615 612 this.inversion = 0; 616 613 this.qmu = 0;
Note:
See TracChangeset
for help on using the changeset viewer.