(#641) Refactoring to improve readability

This commit is contained in:
Magne Sjaastad
2015-11-30 10:00:06 +01:00
parent 40c9b711c2
commit 8b3adf0f5b
6 changed files with 39 additions and 53 deletions

View File

@@ -92,8 +92,8 @@ private:
caf::PdmField<int> m_branchIndex;
caf::PdmField<double> m_extentLength;
caf::PdmField< std::vector< cvf::Vec3d> > m_userDefinedPolyline;
caf::PdmField< bool > m_activateUiAppendPointsCommand;
caf::PdmField< std::vector< cvf::Vec3d> > m_userPolyline;
caf::PdmField< bool > m_activateAppendPointsCommand;
RimEclipseWellCollection* simulationWellCollection();
void updateWellCenterline() const;