diff --git a/external/resinsight/LibCore/cvfPlane.cpp b/external/resinsight/LibCore/cvfPlane.cpp index 02f38a537..3ce06a507 100644 --- a/external/resinsight/LibCore/cvfPlane.cpp +++ b/external/resinsight/LibCore/cvfPlane.cpp @@ -374,7 +374,7 @@ bool Plane::intersect(const Plane& other, Vec3d* point, Vec3d* direction) const CVF_ASSERT(point); - double invdet = UNDEFINED_DOUBLE; + double invdet; Vec3d normal1 = this->normal(); Vec3d normal2 = other.normal();