0030895: Coding Rules - specify std namespace explicitly for std::cout and streams
[occt.git] / src / RWStepGeom / RWStepGeom_RWRationalBSplineSurface.cxx
index d2f405c..26bd640 100644 (file)
@@ -259,10 +259,10 @@ void RWStepGeom_RWRationalBSplineSurface::Check
   Standard_Integer nbCPLV = ent->NbControlPointsListJ();
   Standard_Integer i;
   Standard_Integer j;
-//  cout << "RationalBSplineCurve: nbWgtU=" << nbWgtU << " nbCPLU: " << 
-//    nbCPLU << endl;
-//  cout << "                      nbWgtV=" << nbWgtV << " nbCPLV: " << 
-//    nbCPLV << endl;
+//  std::cout << "RationalBSplineCurve: nbWgtU=" << nbWgtU << " nbCPLU: " << 
+//    nbCPLU << std::endl;
+//  std::cout << "                      nbWgtV=" << nbWgtV << " nbCPLV: " << 
+//    nbCPLV << std::endl;
   if(nbWgtU != nbCPLU) {
     ach->AddFail("ERROR: No.of ControlPoints not equal No.of Weights in U");
   }