mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Removed PERMY as default statistics property
p4#: 21204
This commit is contained in:
parent
1cfd103f30
commit
d0eebb92a8
@ -591,7 +591,6 @@ void RimStatisticsCase::populateWithDefaultsIfNeeded()
|
|||||||
{
|
{
|
||||||
QStringList varList = caseData->results(RifReaderInterface::MATRIX_RESULTS)->resultNames(RimDefines::STATIC_NATIVE);
|
QStringList varList = caseData->results(RifReaderInterface::MATRIX_RESULTS)->resultNames(RimDefines::STATIC_NATIVE);
|
||||||
if (varList.contains("PERMX")) m_selectedStaticProperties.v().push_back("PERMX");
|
if (varList.contains("PERMX")) m_selectedStaticProperties.v().push_back("PERMX");
|
||||||
if (varList.contains("PERMY")) m_selectedStaticProperties.v().push_back("PERMY");
|
|
||||||
if (varList.contains("PORO")) m_selectedStaticProperties.v().push_back("PORO");
|
if (varList.contains("PORO")) m_selectedStaticProperties.v().push_back("PORO");
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -606,7 +605,6 @@ void RimStatisticsCase::populateWithDefaultsIfNeeded()
|
|||||||
{
|
{
|
||||||
QStringList varList = caseData->results(RifReaderInterface::FRACTURE_RESULTS)->resultNames(RimDefines::STATIC_NATIVE);
|
QStringList varList = caseData->results(RifReaderInterface::FRACTURE_RESULTS)->resultNames(RimDefines::STATIC_NATIVE);
|
||||||
if (varList.contains("PERMX")) m_selectedFractureStaticProperties.v().push_back("PERMX");
|
if (varList.contains("PERMX")) m_selectedFractureStaticProperties.v().push_back("PERMX");
|
||||||
if (varList.contains("PERMY")) m_selectedFractureStaticProperties.v().push_back("PERMY");
|
|
||||||
if (varList.contains("PORO")) m_selectedFractureStaticProperties.v().push_back("PORO");
|
if (varList.contains("PORO")) m_selectedFractureStaticProperties.v().push_back("PORO");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user