Salome HOME
Remove obsolete CameraClippingRange attribute
[modules/paravis.git] / src / Plugins / ParaGEOMCorba / vtkParaGEOMCorbaSource.h
index 2c5f4dc193180aef73953de4ac8a6a80e0a990f7..5167a4c5f8daca074b9fe416a8e0228cb9b98f43 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2010-2014  CEA/DEN, EDF R&D
+// Copyright (C) 2010-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
@@ -22,7 +22,7 @@
 #define __vtkParaGEOMCorbaSource_h
 
 #include "vtkUnstructuredGridAlgorithm.h"
-#include <vtksys/stl/vector>
+#include <vector>
 
 class vtkParaGEOMCorbaSource : public vtkAlgorithm {
  public:
@@ -41,7 +41,7 @@ class vtkParaGEOMCorbaSource : public vtkAlgorithm {
   int ProcessRequest(vtkInformation* request, vtkInformationVector** inputVector, vtkInformationVector* outputVector);
   virtual int RequestData( vtkInformation* request, vtkInformationVector** inInfo, vtkInformationVector* outInfo );
 
-  vtksys_stl::vector<char> IOR;
+  std::vector<char> IOR;
   static void *Orb;
   double Deflection;