mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-10 23:46:00 -06:00
Whitespace
p4#: 21256
This commit is contained in:
parent
432106c9c5
commit
aea13e1810
@ -619,16 +619,16 @@ void RimUiTreeModelPdm::addObjects(const QModelIndex& itemIndex, caf::PdmObjectG
|
|||||||
pdmObjects.createCopyByType(&typedObjects);
|
pdmObjects.createCopyByType(&typedObjects);
|
||||||
|
|
||||||
if (typedObjects.size() == 0)
|
if (typedObjects.size() == 0)
|
||||||
{
|
{
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
RimResultCase* mainResultCase = NULL;
|
RimResultCase* mainResultCase = NULL;
|
||||||
std::vector< std::vector<int> > mainCaseGridDimensions;
|
std::vector< std::vector<int> > mainCaseGridDimensions;
|
||||||
|
|
||||||
// Read out main grid and main grid dimensions if present in case group
|
// Read out main grid and main grid dimensions if present in case group
|
||||||
if (gridCaseGroup->mainCase())
|
if (gridCaseGroup->mainCase())
|
||||||
{
|
{
|
||||||
mainResultCase = dynamic_cast<RimResultCase*>(gridCaseGroup->mainCase());
|
mainResultCase = dynamic_cast<RimResultCase*>(gridCaseGroup->mainCase());
|
||||||
CVF_ASSERT(mainResultCase);
|
CVF_ASSERT(mainResultCase);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user