Ignore:
Timestamp:
09/29/20 11:24:39 (5 years ago)
Author:
Mathieu Morlighem
Message:

CHG: working on MLHO

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/analyses/StressbalanceSIAAnalysis.cpp

    r25554 r25610  
    1010
    1111        /*Intermediaries*/
    12         bool       isSIA,isSSA,isL1L2,isHO,isFS,iscoupling;
     12        bool       isSIA,isSSA,isL1L2,isMLHO,isHO,isFS,iscoupling;
    1313
    1414        /*Fetch parameters: */
     
    1616        iomodel->FindConstant(&isSSA,"md.flowequation.isSSA");
    1717        iomodel->FindConstant(&isL1L2,"md.flowequation.isL1L2");
     18        iomodel->FindConstant(&isMLHO,"md.flowequation.isMLHO");
    1819        iomodel->FindConstant(&isHO,"md.flowequation.isHO");
    1920        iomodel->FindConstant(&isFS,"md.flowequation.isFS");
     
    2324
    2425        /*Do we have coupling*/
    25         if((isSIA?1.:0.) + (isSSA?1.:0.) + (isL1L2?1.:0.) + (isHO?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.)
    2627         iscoupling = true;
    2728        else
Note: See TracChangeset for help on using the changeset viewer.