diff --git a/ApplicationCode/Commands/RicNewContourMapViewFeature.cpp b/ApplicationCode/Commands/RicNewContourMapViewFeature.cpp index d3e675aace..51d7e9fc92 100644 --- a/ApplicationCode/Commands/RicNewContourMapViewFeature.cpp +++ b/ApplicationCode/Commands/RicNewContourMapViewFeature.cpp @@ -163,11 +163,9 @@ RimContourMapView* RicNewContourMapViewFeature::create2dContourMapFrom3dView(Rim std::vector fieldsWithFailingResolve; contourMap->resolveReferencesRecursively(&fieldsWithFailingResolve); - // The assert is placed inside an ifdef block for now. If we have intersections on well paths, - // the resolving is now failing -#ifndef NDEBUG - CVF_ASSERT(fieldsWithFailingResolve.empty()); -#endif // NDEBUG + // TODO: Introduce the assert when code is stable + // If we have intersections on well paths, the resolving is now failing + //CVF_ASSERT(fieldsWithFailingResolve.empty()); contourMap->initAfterReadRecursively();