]> Creatis software - clitk.git/blobdiff - common/clitkDicomRT_Contour.cxx
minor fixes
[clitk.git] / common / clitkDicomRT_Contour.cxx
index 7df4cfe3f33e8a9c64b966c6476a4addba17b001..cee3b678b8891718ece52546469e5e4eef23af27 100644 (file)
@@ -58,7 +58,7 @@ bool clitk::DicomRT_Contour::Read(gdcm::SQItem * item)
     return false;
   }
   if (mType == "POINT ") {
-    std::cout << "Warning: POINT type not fully supported. (don't use GetMesh() with this!)"
+    std::cerr << "Warning: POINT type not fully supported. (don't use GetMesh() with this!)"
       << std::endl;
   }