Changeset 24978


Ignore:
Timestamp:
06/07/20 22:09:34 (5 years ago)
Author:
Eric.Larour
Message:

CHG: fixed small bug.

File:
1 edited

Legend:

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

    r24977 r24978  
    2727                        /*hack: we don't have any place to put solution modules that fit between the model processor
    2828                         *and the cores:*/
    29                         for (int i=0;i<femmodel_init->nummodels;i++){
    30                                 if(femmodel_init->analysis_type_list[i]==SealevelriseAnalysisEnum)sealevelrise_core_geometry(femmodel_init);
    31                                 }
    32                         }
     29                        for (int i=0;i<femmodel_init->nummodels;i++) if(femmodel_init->analysis_type_list[i]==SealevelriseAnalysisEnum)sealevelrise_core_geometry(femmodel_init);
    3330
    3431                        femmodel_init->profiler->Start(CORE);
Note: See TracChangeset for help on using the changeset viewer.