Rename member variable in RivWellPathsPartManager to get rid of spelling error.

This commit is contained in:
Gaute Lindkvist
2018-04-18 09:49:47 +02:00
parent 53cf8a80cd
commit 3303350193
2 changed files with 7 additions and 7 deletions

View File

@@ -77,6 +77,6 @@ private:
private:
caf::PdmPointer<Rim3dView> m_rimView;
cvf::Collection<RivWellPathPartMgr> m_wellPatshsPartMgrs;
cvf::Collection<RivWellPathPartMgr> m_wellPathsPartMgrs;
std::map<RimWellPath*, RivWellPathPartMgr*> m_mapFromViewToIndex;
};