]> SALOME platform Git repositories - tools/paravisaddons_common.git/blobdiff - src/ContactReader/plugin/ContactReaderModule/vtkContactReader.cxx
Salome HOME
[EDF23711] : tests of contactreader (*.rco) after implementation of time management
[tools/paravisaddons_common.git] / src / ContactReader / plugin / ContactReaderModule / vtkContactReader.cxx
index fc4c0ff38435a5573ae2447b61cdee1566dff5ad..58df66860e8f4a711fe7aac6e799e811c138c3e4 100644 (file)
@@ -192,7 +192,6 @@ int vtkContactReader::RequestInformation(vtkInformation *vtkNotUsed(request),
   timeRange[1]=allInstsV.back();
   outInfo->Set(vtkStreamingDemandDrivenPipeline::TIME_STEPS(),allInstsV.data(),(int)allInstsV.size());
   outInfo->Set(vtkStreamingDemandDrivenPipeline::TIME_RANGE(),timeRange,2);
-  std::for_each(colNames.begin(),colNames.end(),[](const std::string& elt) { std::cerr << elt << " ";});
   return 1;
 }