Changeset 25281
- Timestamp:
- 07/15/20 10:32:01 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/cores/sealevelchange_core.cpp
r25279 r25281 664 664 else if(dslmodel==2){ 665 665 666 IssmDoublemodelid;666 int modelid; 667 667 668 668 /*Recover modelid:*/ … … 674 674 675 675 /*Go find the modelid'th transient input:*/ 676 TriaInput2* tria_input=dataset_input->GetTriaInputByOffset( (int)modelid);676 TriaInput2* tria_input=dataset_input->GetTriaInputByOffset(modelid); 677 677 678 678 /*Plug into DslDynamicRate input: */ … … 706 706 } 707 707 else if (dslmodel==2){ 708 IssmDoublemodelid;708 int modelid; 709 709 710 710 /*Recover modelid:*/ … … 717 717 718 718 /*Go find the modelid'th transient input:*/ 719 TriaInput2* tria_input=dataset_input->GetTriaInputByOffset( (int)modelid);719 TriaInput2* tria_input=dataset_input->GetTriaInputByOffset(modelid); 720 720 721 721 /*Plug into DslStericRate input: */
Note:
See TracChangeset
for help on using the changeset viewer.