mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Transmissibility Calc : Early exit if no transmissibilities
This commit is contained in:
@@ -79,6 +79,8 @@ void RigTransmissibilityCondenser::calculateCondensedTransmissibilitiesIfNeeded(
|
||||
{
|
||||
if (m_condensedTransmissibilities.size()) return;
|
||||
|
||||
if (m_neighborTransmissibilities.empty()) return;
|
||||
|
||||
// Find all equations, and their total ordering
|
||||
|
||||
union
|
||||
|
||||
Reference in New Issue
Block a user