Changeset 25069
- Timestamp:
- 06/18/20 20:42:29 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/cores/sealevelchange_core.cpp
r25066 r25069 23 23 bool save_results; 24 24 bool isslr=0; 25 bool isgia=0; 25 26 int solution_type; 26 27 … … 31 32 32 33 /*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 } 34 38 35 39 /*Should we be here?:*/ … … 38 42 /*Verbose: */ 39 43 if(VerboseSolution()) _printf0_(" computing sea level rise\n"); 44 45 /*Run gia core: */ 46 if(isgia)gia_core(femmodel); 40 47 41 48 /*set SLR configuration: */
Note:
See TracChangeset
for help on using the changeset viewer.