Salome HOME
PR: trace too big
authorprascle <prascle>
Thu, 20 Jun 2013 12:09:58 +0000 (12:09 +0000)
committerprascle <prascle>
Thu, 20 Jun 2013 12:09:58 +0000 (12:09 +0000)
src/SMDS/SMDS_UnstructuredGrid.cxx

index 5a541c8fe34592ef811bb354b7cefcf46526eb25..7cb8aa50a30eb2c2ce0c7cf6d874ba3fdc4c7a56 100644 (file)
@@ -328,7 +328,7 @@ void SMDS_UnstructuredGrid::copyBloc(vtkUnsignedCharArray *newTypes,
                                      int                   start,
                                      int                   end)
 {
                                      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));
   for (int j = start; j < end; j++)
     {
       newTypes->SetValue(alreadyCopied, this->Types->GetValue(j));