Salome HOME
Bug with FindClosestTupleIdAlg fixed (preventing the threshold to be null)
[tools/medcoupling.git] / src / MEDCoupling / MCType.hxx
index 2393f9f5a7ebf459083db62c866a86b4b6ba12a0..cd5e65c5d8ea2e92d558cfc3f564f112ca723b4d 100644 (file)
@@ -18,8 +18,7 @@
 //
 // Author : Anthony Geay (EDF R&D)
 
-#ifndef __MEDCOUPLING_MCTYPE_HXX__
-#define __MEDCOUPLING_MCTYPE_HXX__
+#pragma once
 
 #include "MCIdType.hxx"
 
@@ -54,5 +53,3 @@ namespace MEDCoupling
 #define DataArrayInt DataArrayInt32
 #define DataArrayIntIterator DataArrayInt32Iterator
 }
-
-#endif