Changeset 24979
- Timestamp:
- 06/07/20 23:54:43 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/classes/Dakota/IssmParallelDirectApplicInterface.cpp
r24978 r24979 27 27 /*hack: we don't have any place to put solution modules that fit between the model processor 28 28 *and the cores:*/ 29 for (int i=0;i<femmodel_init->nummodels;i++) if(femmodel_init->analysis_type_list[i]==SealevelriseAnalysisEnum)sealevelrise_core_geometry(femmodel_init);29 //for (int i=0;i<femmodel_init->nummodels;i++) if(femmodel_init->analysis_type_list[i]==SealevelriseAnalysisEnum)sealevelrise_core_geometry(femmodel_init); 30 30 31 31 femmodel_init->profiler->Start(CORE);
Note:
See TracChangeset
for help on using the changeset viewer.