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:
Kai Bao 2024-05-10 16:45:00 +02:00
parent 633728b590
commit 5fda72d24f
2 changed files with 0 additions and 10 deletions

View File

@ -256,11 +256,6 @@ public:
return *globalTrans_;
}
void releaseGlobalTransmissibility()
{
globalTrans_.reset();
}
const std::vector<int>& globalCell()
{
return cartesianCellId_;

View File

@ -212,11 +212,6 @@ public:
return *globalTrans_;
}
void releaseGlobalTransmissibility()
{
globalTrans_.reset();
}
/*!
* \brief Distribute the simulation grid over multiple processes
*