quell warnings in serial build

This commit is contained in:
Arne Morten Kvarving
2021-05-13 22:40:39 +02:00
parent af68511a63
commit eaa09a3905
3 changed files with 24 additions and 11 deletions

View File

@@ -100,6 +100,7 @@ protected:
*
* (For parallel simulation runs.)
*/
#if HAVE_MPI
void doLoadBalance_(Dune::EdgeWeightMethod edgeWeightsMethod,
bool ownersFirst, bool serialPartitioning,
bool enableDistributedWells, double zoltanImbalanceTol,
@@ -108,9 +109,12 @@ protected:
EclipseState& eclState,
EclGenericVanguard::ParallelWellStruct& parallelWells);
void doCreateGrids_(EclipseState& eclState);
void distributeFieldProps_(EclipseState& eclState);
#endif
void allocCartMapper();
void doCreateGrids_(EclipseState& eclState);
virtual void allocTrans() = 0;
virtual double getTransmissibility(unsigned I, unsigned J) = 0;