0030895: Coding Rules - specify std namespace explicitly for std::cout and streams
[occt.git] / src / IntAna / IntAna_Curve.cxx
index a3a8a73..312efb9 100644 (file)
@@ -517,7 +517,7 @@ void IntAna_Curve::FindParameter(const gp_Pnt& theP,
 gp_Pnt IntAna_Curve::InternalValue(const Standard_Real U,
                                    const Standard_Real _V) const
 {
-  //-- cout<<" ["<<U<<","<<V<<"]";
+  //-- std::cout<<" ["<<U<<","<<V<<"]";
   Standard_Real V = _V;
   if(V > 100000.0 )   {   V= 100000.0; }       
   if(V < -100000.0 )  {   V=-100000.0; }