mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Fix warning
This commit is contained in:
@@ -34,7 +34,6 @@ RiaJCurveCalculator::RiaJCurveCalculator(cvf::Vec3d p1, double azi1, double inc1
|
||||
cvf::Vec3d t1 (RiaOffshoreSphericalCoords::unitVectorFromAziInc(azi1, inc1));
|
||||
|
||||
cvf::Vec3d p1p2 = p2 - p1;
|
||||
bool isOk = true;
|
||||
|
||||
cvf::Vec3d tr1 = p1p2 - (p1p2.dot(t1)) * t1;
|
||||
double tr1Length = tr1.length();
|
||||
|
||||
Reference in New Issue
Block a user