mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Fixed some CppCheck Performance warnings
This commit is contained in:
@@ -24,9 +24,8 @@
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
RigSimulationWellCoordsAndMD::RigSimulationWellCoordsAndMD(const std::vector<cvf::Vec3d>& wellPathPoints)
|
||||
: m_wellPathPoints(wellPathPoints)
|
||||
{
|
||||
m_wellPathPoints = wellPathPoints;
|
||||
|
||||
computeMeasuredDepths();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user