]> SALOME platform Git repositories - tools/medcoupling.git/commitdiff
Salome HOME
Fix error on int64 config due to bf521630bd93aec8 commit
authorAnthony GEAY <anthony.geay@edf.fr>
Sun, 11 Oct 2020 05:36:38 +0000 (07:36 +0200)
committerAnthony GEAY <anthony.geay@edf.fr>
Sun, 11 Oct 2020 05:36:38 +0000 (07:36 +0200)
src/ParaMEDMEM/ParaIdType.hxx

index 0af513250852e74ca8796d7065cac582183eb722..554ad9ab1fc3d8fea645603f7ab9297327ff8561 100644 (file)
 // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 //
 
-#ifndef __ParaIdType_HXX__
-#define __ParaIdType_HXX__
+#pragma once
 
 #include <mpi.h>
 
+#include "MEDCoupling_version.h"
+
 #ifndef MEDCOUPLING_USE_64BIT_IDS
 #define MPI_ID_TYPE MPI_INT
 #else
 #define MPI_ID_TYPE MPI_LONG
 #endif
-
-#endif