mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#1395 Renamed TopologyItem to GeometrySelectionItem including Keywords with friends.
Changed keyword to GridTimeHistoryCurve (previously missing Grid)
This commit is contained in:
@@ -89,7 +89,7 @@ QString RiuFemResultTextBuilder::mainResultText()
|
||||
|
||||
if (!text.isEmpty()) text += "\n";
|
||||
|
||||
QString topoText = this->topologyText("\n");
|
||||
QString topoText = this->geometrySelectionText("\n");
|
||||
text += topoText;
|
||||
appendDetails(text, formationDetails());
|
||||
text += "\n";
|
||||
@@ -102,7 +102,7 @@ QString RiuFemResultTextBuilder::mainResultText()
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
QString RiuFemResultTextBuilder::topologyText(QString itemSeparator)
|
||||
QString RiuFemResultTextBuilder::geometrySelectionText(QString itemSeparator)
|
||||
{
|
||||
QString text;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user