Changeset 24986


Ignore:
Timestamp:
06/08/20 18:38:12 (5 years ago)
Author:
Eric.Larour
Message:

CHG: better hack.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified issm/trunk-jpl/src/c/classes/Dakota/IssmParallelDirectApplicInterface.cpp ΒΆ

    r24984 r24986  
    9595
    9696                /*Hack:*/
    97                 sealevelrise_core_geometry(femmodel_init);
     97                for(int i=0;i<femmodel_init->nummodels;i++) if(femmodel_init->analysis_type_list[i]==SealevelriseAnalysisEnum) sealevelrise_core_geometry(femmodel_init);
    9898
    9999                /*Make a copy of femmodel, so we start this new evaluation run for this specific sample with a brand
Note: See TracChangeset for help on using the changeset viewer.