Salome HOME
debug of tests on Linux
[modules/hydro.git] / src / HYDRO_tests / test_Overview.cxx
index 6da12ce1be13b4a391e0abea94d7fec13f3af5d1..a58fca22aa107f706d2bc6a84cfe9e4193e605d0 100644 (file)
@@ -112,7 +112,7 @@ void test_Overview::showShape()
   BRep_Builder B;
   TopoDS_Shape shape;
   std::string fname = (REF_DATA_PATH + "/test_zone.brep").toStdString();
-  std::cout << "Loading shape: " << fname << std::endl;
+  //std::cout << "Loading shape: " << fname << std::endl;
   BRepTools::Read( shape, fname.c_str(), B );
   TestViewer::show( shape, AIS_Shaded, true, 0x03399FF );