Changeset 27106


Ignore:
Timestamp:
06/24/22 10:16:53 (3 years ago)
Author:
Eric.Larour
Message:

CHG: cannot be done.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/branches/trunk-larour-SLPS2022/src/c/analyses/SealevelchangeAnalysis.cpp

    r27104 r27106  
    99
    1010/*Model processing*/
    11 SealevelchangeAnalysis::~SealevelchangeAnalysis(){/*{{{*/
    12 
    13         BarystaticContributions* barycontrib=NULL;
    14         GenericParam<BarystaticContributions*>* barycontribparam=NULL;
    15 
    16         barycontribparam = xDynamicCast<GenericParam<BarystaticContributions*>*>(femmodel->parameters->FindParamObject(BarystaticContributionsEnum));
    17         barycontrib=barycontribparam->GetParameterValue();
    18 
    19         delete barycontrib;
    20 }/*}}}*/
    2111void SealevelchangeAnalysis::CreateConstraints(Constraints* constraints,IoModel* iomodel){/*{{{*/
    2212        /*No constraints*/
Note: See TracChangeset for help on using the changeset viewer.