Changeset 25069


Ignore:
Timestamp:
06/18/20 20:42:29 (5 years ago)
Author:
Eric.Larour
Message:

CHG: if running sealevelchange_core only, then run gia_core too.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/cores/sealevelchange_core.cpp

    r25066 r25069  
    2323        bool save_results;
    2424        bool isslr=0;
     25        bool isgia=0;
    2526        int solution_type;
    2627
     
    3132
    3233        /*in case we are running SealevelriseSolutionEnum, then bypass transient settings:*/
    33         if(solution_type==SealevelriseSolutionEnum)isslr=1;
     34        if(solution_type==SealevelriseSolutionEnum){
     35                isslr=1;
     36                isgia=1;
     37        }
    3438
    3539        /*Should we be here?:*/
     
    3842        /*Verbose: */
    3943        if(VerboseSolution()) _printf0_("   computing sea level rise\n");
     44
     45        /*Run gia core: */
     46        if(isgia)gia_core(femmodel);
    4047
    4148        /*set SLR configuration: */
Note: See TracChangeset for help on using the changeset viewer.