mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06: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:
parent
633728b590
commit
5fda72d24f
@ -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
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user