Changeset 25754


Ignore:
Timestamp:
11/13/20 16:41:11 (4 years ago)
Author:
Eric.Larour
Message:

CHG: missing partitioning vectors.

Location:
issm/trunk-jpl/src/c
Files:
2 edited

Legend:

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

    r25751 r25754  
    187187        int         *transitions_N    = NULL;
    188188        int          ntransitions;
     189        IssmDouble*  partitionice=NULL;
     190        IssmDouble*  partitionhydro=NULL;
     191        IssmDouble*  bslrice_partition=NULL;
     192        IssmDouble*  bslrhydro_partition=NULL;
     193        int          npartice,nparthydro,nel;
     194
    189195
    190196        /*some constant parameters: */
  • issm/trunk-jpl/src/c/cores/sealevelchange_core.cpp

    r25752 r25754  
    490490        femmodel->results->AddResult(new GenericExternalResult<IssmDouble>(femmodel->results->Size()+1,CumBslrEnum,cumbslr,step,time));
    491491        femmodel->results->AddResult(new GenericExternalResult<IssmDouble>(femmodel->results->Size()+1,CumBslrIceEnum,cumbslrice,step,time));
    492         femmodel->results->AddResult(new GenericExternalResult<IssmDouble>(femmodel->results->Size()+1,CumBslrHydroEnum,cumbslrhydro,step,time))
     492        femmodel->results->AddResult(new GenericExternalResult<IssmDouble>(femmodel->results->Size()+1,CumBslrHydroEnum,cumbslrhydro,step,time));
    493493
    494494        //cumulative barystatic contributions by partition:
Note: See TracChangeset for help on using the changeset viewer.