#1589 Replace bools "Calculate Trans" and "Include WPImult" with choice of calc trans or use wpimult and default connection factors

This commit is contained in:
astridkbjorke
2017-06-21 10:58:02 +02:00
parent 47869b4728
commit 21f0857791
6 changed files with 42 additions and 14 deletions

View File

@@ -164,6 +164,7 @@ std::vector<cvf::Vec3d> RigWellPath::clippedPointSubset(double startMD, double e
{
std::vector<cvf::Vec3d> points;
if (m_measuredDepths.empty()) return points;
if (startMD > endMD) return points;
size_t i = 0;
// Skip points below startMD