Skip to content

Commit 7d0a8e3

Browse files
committed
Fix renamed template specializations.
1 parent 6c6d154 commit 7d0a8e3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

opm/grid/common/ZoltanGraphFunctions.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -457,14 +457,14 @@ void fillNBORGIDForSpecificCellAndIncrementNeighborCounter(const Dune::CpGrid&,
457457
template
458458
void fillNBORGIDAndWeightsForSpecificCellAndIncrementNeighborCounterForGridWithWells(const CombinedGridWellGraph&, const int, int*, int&, int*&, int*, const int&);
459459
template
460-
int sumOfGridEdges(const Dune::CpGrid& grid, const CombinedGridWellGraph& graph);
460+
int calculateWellEdgeWeight(const Dune::CpGrid& grid, const CombinedGridWellGraph& graph);
461461

462462
template
463463
void fillNBORGIDForSpecificCellAndIncrementNeighborCounter(Dune::CpGrid const&, int, long*, int&, long*&);
464464
template
465465
void fillNBORGIDAndWeightsForSpecificCellAndIncrementNeighborCounterForGridWithWells(Dune::cpgrid::CombinedGridWellGraph const&, int, long*, int&, long*&, long*, const long&);
466466
template
467-
long sumOfGridEdges(const Dune::CpGrid& grid, const CombinedGridWellGraph& graph);
467+
long calculateWellEdgeWeight(const Dune::CpGrid& grid, const CombinedGridWellGraph& graph);
468468

469469
#endif
470470

0 commit comments

Comments
 (0)