Skip to content
Snippets Groups Projects
Commit 47079a5b authored by Cristian Lalescu's avatar Cristian Lalescu
Browse files

rename macro BFPS to TURTLE

parent 74216439
No related branches found
No related tags found
No related merge requests found
...@@ -53,11 +53,11 @@ template <typename T> int sgn(T val) ...@@ -53,11 +53,11 @@ template <typename T> int sgn(T val)
#ifdef OMPI_MPI_H #ifdef OMPI_MPI_H
#define BFPS_MPICXX_DOUBLE_COMPLEX MPI_DOUBLE_COMPLEX #define TURTLE_MPICXX_DOUBLE_COMPLEX MPI_DOUBLE_COMPLEX
#else #else
#define BFPS_MPICXX_DOUBLE_COMPLEX MPI_C_DOUBLE_COMPLEX #define TURTLE_MPICXX_DOUBLE_COMPLEX MPI_C_DOUBLE_COMPLEX
#endif//OMPI_MPI_H #endif//OMPI_MPI_H
...@@ -86,7 +86,7 @@ public: ...@@ -86,7 +86,7 @@ public:
} }
static constexpr MPI_Datatype complex(){ static constexpr MPI_Datatype complex(){
return BFPS_MPICXX_DOUBLE_COMPLEX; return TURTLE_MPICXX_DOUBLE_COMPLEX;
} }
}; };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment