mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Fix broken test
This commit is contained in:
@@ -136,7 +136,7 @@ void RivTensorResultPartMgr::appendDynamicGeometryPartsToModel( cvf::ModelBasicL
|
|||||||
{
|
{
|
||||||
const RivGeoMechPartMgr* partMgr = partMgrCache->partMgr( partKey );
|
const RivGeoMechPartMgr* partMgr = partMgrCache->partMgr( partKey );
|
||||||
|
|
||||||
auto& mgr = partMgr->femPartMgrs()[partIdx];
|
auto mgr = partMgr->femPartMgrs()[partIdx];
|
||||||
{
|
{
|
||||||
const RivFemPartGeometryGenerator* surfaceGenerator = mgr->surfaceGenerator();
|
const RivFemPartGeometryGenerator* surfaceGenerator = mgr->surfaceGenerator();
|
||||||
const std::vector<size_t>& quadVerticesToNodeIdxMapping = surfaceGenerator->quadVerticesToNodeIdxMapping();
|
const std::vector<size_t>& quadVerticesToNodeIdxMapping = surfaceGenerator->quadVerticesToNodeIdxMapping();
|
||||||
|
Reference in New Issue
Block a user