Salome HOME
Some useful tools for MEDCouplingMappedExtrudedMesh users that needs to store it...
[tools/medcoupling.git] / src / MEDCoupling / MEDCouplingSkyLineArray.hxx
index c12dc6b681a05363f94cb6c7331878b0db6118c2..632641759efb059c5f4d54afcb01b5df8bef9635 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2015  CEA/DEN, EDF R&D
+// Copyright (C) 2007-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
 
 #include "MEDCoupling.hxx"
 #include "MEDCouplingMemArray.hxx"
-#include "MEDCouplingAutoRefCountObjectPtr.hxx"
+#include "MCAuto.hxx"
 
 #include <vector>
 
-namespace ParaMEDMEM
+namespace MEDCoupling
 {
   class MEDCOUPLING_EXPORT MEDCouplingSkyLineArray
   {
   private:
-    MEDCouplingAutoRefCountObjectPtr<DataArrayInt> _index;
-    MEDCouplingAutoRefCountObjectPtr<DataArrayInt> _value;
+    MCAuto<DataArrayInt> _index;
+    MCAuto<DataArrayInt> _value;
   public:
     MEDCouplingSkyLineArray();
     MEDCouplingSkyLineArray( const MEDCouplingSkyLineArray &myArray );