- Timestamp:
- 09/29/20 11:24:39 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/analyses/StressbalanceSIAAnalysis.cpp
r25554 r25610 10 10 11 11 /*Intermediaries*/ 12 bool isSIA,isSSA,isL1L2,is HO,isFS,iscoupling;12 bool isSIA,isSSA,isL1L2,isMLHO,isHO,isFS,iscoupling; 13 13 14 14 /*Fetch parameters: */ … … 16 16 iomodel->FindConstant(&isSSA,"md.flowequation.isSSA"); 17 17 iomodel->FindConstant(&isL1L2,"md.flowequation.isL1L2"); 18 iomodel->FindConstant(&isMLHO,"md.flowequation.isMLHO"); 18 19 iomodel->FindConstant(&isHO,"md.flowequation.isHO"); 19 20 iomodel->FindConstant(&isFS,"md.flowequation.isFS"); … … 23 24 24 25 /*Do we have coupling*/ 25 if((isSIA?1.:0.) + (isSSA?1.:0.) + (isL1L2?1.:0.) + (is HO?1.:0.) + (isFS?1.:0.) >1.)26 if((isSIA?1.:0.) + (isSSA?1.:0.) + (isL1L2?1.:0.) + (isMLHO?1.:0.) + (isHO?1.:0.) + (isFS?1.:0.) >1.) 26 27 iscoupling = true; 27 28 else
Note:
See TracChangeset
for help on using the changeset viewer.