mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Renamed the multicase command to "Create Grid Case Group From Files"
p4#: 20814
This commit is contained in:
@@ -37,11 +37,11 @@ RimIdenticalGridCaseGroup::RimIdenticalGridCaseGroup()
|
||||
{
|
||||
CAF_PDM_InitObject("Grid Case Group", "", "", "");
|
||||
|
||||
CAF_PDM_InitField(&name, "UserDescription", QString("Identical Grid Case Group"), "Name", "", "", "");
|
||||
CAF_PDM_InitField(&name, "UserDescription", QString("Grid Case Group"), "Name", "", "", "");
|
||||
|
||||
CAF_PDM_InitFieldNoDefault(&caseCollection, "CaseCollection", "Cases", "", "", "");
|
||||
CAF_PDM_InitFieldNoDefault(&statisticalReservoirCollection, "StatisticalReservoirCollection", "Derived Statistics", "", "", "");
|
||||
|
||||
CAF_PDM_InitFieldNoDefault(&caseCollection, "CaseCollection", "Cases", "", "", "");
|
||||
|
||||
caseCollection = new RimCaseCollection;
|
||||
statisticalReservoirCollection = new RimStatisticalCollection;
|
||||
|
||||
|
||||
@@ -58,7 +58,7 @@ RimStatisticalCalculation* RimStatisticalCollection::createAndAppendStatisticalC
|
||||
|
||||
newObject->setMainGrid(gridCaseGroup->mainGrid());
|
||||
|
||||
newObject->caseName = "Statistics 1";
|
||||
newObject->caseName = QString("Statistics ") + QString::number(reservoirs.size()+1);
|
||||
|
||||
reservoirs.push_back(newObject);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user