Skip to content

Commit

Permalink
Add explicit template definition to ZoltanGraphFunctions fillNBORGIDF…
Browse files Browse the repository at this point in the history
…orSpecificCellAndIncrementNeighborCounter and fillNBORGIDAndWeightsForSpecificCellAndIncrementNeighborCounterForGridWithWells for the case ID = long
  • Loading branch information
lisajulia committed Jun 25, 2024

Verified

This commit was signed with the committer’s verified signature.
jar-b Jared Baker
1 parent cc63dc3 commit 2114747
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions opm/grid/common/ZoltanGraphFunctions.cpp
Original file line number Diff line number Diff line change
@@ -416,6 +416,12 @@ template
void fillNBORGIDForSpecificCellAndIncrementNeighborCounter(const Dune::CpGrid&, int, int*, int&, int*& nborGID);
template
void fillNBORGIDAndWeightsForSpecificCellAndIncrementNeighborCounterForGridWithWells(const CombinedGridWellGraph&, const int, int*, int&, int*&, int*);

template
void fillNBORGIDForSpecificCellAndIncrementNeighborCounter(Dune::CpGrid const&, int, long*, int&, long*&);
template
void fillNBORGIDAndWeightsForSpecificCellAndIncrementNeighborCounterForGridWithWells(Dune::cpgrid::CombinedGridWellGraph const&, int, long*, int&, long*&, long*);

#endif


0 comments on commit 2114747

Please sign in to comment.