mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#3958 Refactoring: Rename to findOrLoadKnownScalarResult
to make it clear that it does not add a result name to the internal structures.
This commit is contained in:
@@ -85,7 +85,7 @@ void RicfExportProperty::execute()
|
||||
|
||||
RigCaseCellResultsData* cellResultsData = eclipseCaseData->results(RiaDefines::MATRIX_MODEL);
|
||||
|
||||
size_t resultIdx = cellResultsData->findOrLoadScalarResult(m_propertyName);
|
||||
size_t resultIdx = cellResultsData->findOrLoadKnownScalarResult(m_propertyName);
|
||||
if (resultIdx == cvf::UNDEFINED_SIZE_T)
|
||||
{
|
||||
RiaLogging::error(QString("exportProperty: Could not find result property : %1").arg(m_propertyName()));
|
||||
|
||||
Reference in New Issue
Block a user