#1395 Renamed TopologyItem to GeometrySelectionItem including Keywords with friends.

Changed keyword to GridTimeHistoryCurve (previously missing Grid)
This commit is contained in:
Jacob Støren
2017-04-04 16:08:42 +02:00
parent fb88c7e216
commit 6c7dfdca7b
19 changed files with 131 additions and 133 deletions

View File

@@ -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;