mirror of
https://github.com/OPM/opm-simulators.git
synced 2026-07-31 13:47:57 -05:00
removing unused releaseGlobalTransmissibility()
from AluGridVanguard and CpGridVanguard. they exist is becaluse of typo in the function name. There is another releaseGlobalTransmissibilities() function actually gets used.
This commit is contained in:
@@ -256,11 +256,6 @@ public:
|
||||
return *globalTrans_;
|
||||
}
|
||||
|
||||
void releaseGlobalTransmissibility()
|
||||
{
|
||||
globalTrans_.reset();
|
||||
}
|
||||
|
||||
const std::vector<int>& globalCell()
|
||||
{
|
||||
return cartesianCellId_;
|
||||
|
||||
@@ -212,11 +212,6 @@ public:
|
||||
return *globalTrans_;
|
||||
}
|
||||
|
||||
void releaseGlobalTransmissibility()
|
||||
{
|
||||
globalTrans_.reset();
|
||||
}
|
||||
|
||||
/*!
|
||||
* \brief Distribute the simulation grid over multiple processes
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user