Salome HOME
Make it run with int64 configuration with non regression tests
[modules/paravis.git] / src / Plugins / DifferenceTimesteps / vtkDifferenceTimestepsFilter.h
index 34633dd868ad76a31bb5313d9f6a71666ad52f10..e7ae9b0f22eed3786145ef580e648f1f3c58f89e 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2014-2015  CEA/DEN, EDF R&D
+// Copyright (C) 2014-2019  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
@@ -125,7 +125,7 @@ protected:
 
   // Description:
   // Array of time step values.
-  vtkstd::vector<double> TimeStepValues;
+  std::vector<double> TimeStepValues;
 
   // Description:
   // Prefix of array name.