Rename Plot Report and Combination Plot to Multi Plot

This commit is contained in:
Gaute Lindkvist
2019-11-13 11:48:21 +01:00
parent 81db22586d
commit a73c7a4b97
9 changed files with 26 additions and 26 deletions

View File

@@ -347,9 +347,9 @@ void RiaGuiApplication::loadAndUpdatePlotData()
{
sppColl = m_project->mainPlotCollection()->saturationPressurePlotCollection();
}
if ( m_project->mainPlotCollection()->combinationPlotCollection() )
if ( m_project->mainPlotCollection()->multiPlotCollection() )
{
gpwColl = m_project->mainPlotCollection()->combinationPlotCollection();
gpwColl = m_project->mainPlotCollection()->multiPlotCollection();
}
}