Changeset 20148
- Timestamp:
- 02/12/16 16:04:05 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/cores/sealevelrise_core.cpp
r20136 r20148 28 28 29 29 /*several cases here, depending on value of iscoupler and isslr: 30 solution_type == SealevelriseSolutionEnum) we are running sea level rise core (no coupler) 30 31 ( !iscoupler & !isslr) we are not interested in being here :) 31 32 ( !iscoupler & isslr) we are running in uncoupled mode … … 33 34 ( iscoupler & !isslr) we are running in coupled mode, and better be an ice cap 34 35 */ 36 37 if(solution_type==SealevelriseSolutionEnum){ 38 isslr=1; 39 iscoupler=0; 40 } 35 41 36 42 /*early return: */
Note:
See TracChangeset
for help on using the changeset viewer.