mirror of
https://github.com/OPM/ResInsight.git
synced 2025-01-24 15:26:48 -06:00
Revert "#3345 HoloLens: Added missing member implementation"
This reverts commit 59e8279129
.
This commit is contained in:
parent
59e8279129
commit
6896367551
@ -173,13 +173,6 @@ std::vector<VdeExportPart> RicHoloLensExportImpl::partsForExport(const RimGridVi
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
exportParts.push_back(partForExport);
|
|
||||||
}
|
|
||||||
else
|
|
||||||
{
|
|
||||||
VdeExportPart partForExport(scenePart.p());
|
|
||||||
partForExport.setSourceObjectType(VdeExportPart::OBJ_TYPE_GRID_MESH);
|
|
||||||
|
|
||||||
exportParts.push_back(partForExport);
|
exportParts.push_back(partForExport);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user