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:
parent
26e7d5aad0
commit
c916459a55
@ -136,7 +136,7 @@ void RivTensorResultPartMgr::appendDynamicGeometryPartsToModel( cvf::ModelBasicL
|
||||
{
|
||||
const RivGeoMechPartMgr* partMgr = partMgrCache->partMgr( partKey );
|
||||
|
||||
auto& mgr = partMgr->femPartMgrs()[partIdx];
|
||||
auto mgr = partMgr->femPartMgrs()[partIdx];
|
||||
{
|
||||
const RivFemPartGeometryGenerator* surfaceGenerator = mgr->surfaceGenerator();
|
||||
const std::vector<size_t>& quadVerticesToNodeIdxMapping = surfaceGenerator->quadVerticesToNodeIdxMapping();
|
||||
|
Loading…
Reference in New Issue
Block a user