0030895: Coding Rules - specify std namespace explicitly for std::cout and streams
[occt.git] / src / ProjLib / ProjLib_ProjectOnSurface.cxx
index 667302d..fb37866 100644 (file)
@@ -53,7 +53,7 @@ static gp_Pnt OnSurface_Value(const Standard_Real U,
     }
   }
   if ( Index == 0 ) {
-    cout << " Extrema non trouve pour U = " << U << endl;
+    std::cout << " Extrema non trouve pour U = " << U << std::endl;
     return gp_Pnt(0.,0.,0.);
   }
   else {