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:
@@ -113,7 +113,7 @@ QString RiuResultTextBuilder::mainResultText()
|
||||
text += "\n";
|
||||
}
|
||||
|
||||
QString topoText = this->topologyText("\n");
|
||||
QString topoText = this->geometrySelectionText("\n");
|
||||
text += topoText;
|
||||
appendDetails(text, formationDetails());
|
||||
text += "\n";
|
||||
@@ -134,7 +134,7 @@ QString RiuResultTextBuilder::mainResultText()
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
QString RiuResultTextBuilder::topologyText(QString itemSeparator)
|
||||
QString RiuResultTextBuilder::geometrySelectionText(QString itemSeparator)
|
||||
{
|
||||
QString text;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user