Changeset 21097 for issm/trunk-jpl/src/m/solve/solve.js
- Timestamp:
- 08/05/16 10:25:20 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/solve/solve.js
r21069 r21097 81 81 console.log('checking model consistency'); 82 82 } 83 if (solutionstring === 'FlaimSolution'){ 84 md.priv.isconsistent=true; 85 md.mesh.checkconsistency(md,solutionstring); 86 md.flaim.checkconsistency(md,solutionstring); 87 if (md.priv.isconsistent==false){ 88 throw error('solve error message: model not consistent, see messages above'); 89 } 90 } 91 else{ 92 ismodelselfconsistent(md); 93 } 83 ismodelselfconsistent(md); 94 84 } 95 85
Note:
See TracChangeset
for help on using the changeset viewer.