0030895: Coding Rules - specify std namespace explicitly for std::cout and streams
[occt.git] / src / IGESGeom / IGESGeom_TransformationMatrix.cxx
index d4bb1a4..9cce88f 100644 (file)
@@ -53,7 +53,7 @@ IGESGeom_TransformationMatrix::IGESGeom_TransformationMatrix ()    {  }
     void  IGESGeom_TransformationMatrix::SetFormNumber (const Standard_Integer fm)
 {
   if(theData.IsNull()) 
-    cout<<"Inavalid Transformation Data"<<endl;
+    std::cout<<"Inavalid Transformation Data"<<std::endl;
   if ((fm < 0 || fm > 1) && (fm < 10 || fm > 12)) throw Standard_OutOfRange("IGESGeom_TransformationMatrix : SetFormNumber");
   InitTypeAndForm(124,fm);
 }