Salome HOME
Make MEDReader compilable standalone. make test is still not working in standalone...
[modules/paravis.git] / src / Plugins / DifferenceTimesteps / vtkDifferenceTimestepsFilter.cxx
index 7d6aedd3df8b1bf47123a99e88208e69fe5446f7..ead6e86f3f3ab7f2d4463e92ba66c667125b6bd1 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2014-2015  CEA/DEN, EDF R&D
+// Copyright (C) 2014-2016  CEA/DEN, EDF R&D
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
@@ -47,7 +47,7 @@ vtkDataArray* DataTempDiffArray(vtkDataArray* theDataArray,
   // Initialize and appoint a new name
   anOutput->SetNumberOfComponents(theNumComp);
   anOutput->SetNumberOfTuples(theNumTuple);
-  vtkstd::string aNewName = vtkstd::string(thePrefix) + theDataArray->GetName();
+  std::string aNewName = std::string(thePrefix) + theDataArray->GetName();
   anOutput->SetName(aNewName.c_str());
 
   return anOutput;
@@ -401,7 +401,7 @@ vtkDataSet* vtkDifferenceTimestepsFilter::DifferenceDataSet(vtkDataSet* theInput
   vtkDataSet *anOutput = anInput[0]->NewInstance();
   anOutput->CopyStructure(anInput[0]);
 
-  vtkstd::vector<vtkDataArray*> anArrays;
+  std::vector<vtkDataArray*> anArrays;
   vtkDataArray *anOutputArray;
 
   // Compute the difference of the the specified point or cell data array