Salome HOME
Small correction in the doc of FindCoincidentNodes, MergeNodes, MergeElements .....
[modules/smesh.git] / src / SMDS / SMDS_UnstructuredGrid.cxx
index 16eb2537e7e08ed230422fae528e3e348073df57..99d39e4f08bda5a155263da05df9f94f24be8ddf 100644 (file)
@@ -326,7 +326,7 @@ void SMDS_UnstructuredGrid::copyBloc(vtkUnsignedCharArray *newTypes,
                                      int                   start,
                                      int                   end)
 {
-  MESSAGE("copyBloc " << alreadyCopied << " " << start << " " << end << " size: " << end - start << " total: " << alreadyCopied + end - start);
+  //MESSAGE("copyBloc " << alreadyCopied << " " << start << " " << end << " size: " << end - start << " total: " << alreadyCopied + end - start);
   for (int j = start; j < end; j++)
     {
       newTypes->SetValue(alreadyCopied, this->Types->GetValue(j));