Skip to content
Snippets Groups Projects
Commit 9978ed37 authored by Moritz Hanke's avatar Moritz Hanke
Browse files

fixes a little issue with some header files

parent a98f4173
No related branches found
No related tags found
No related merge requests found
#ifndef XT_REDIST_COLLECTION_H
#define XT_REDIST_COLLECTION_H
#ifndef XT_REDIST_COLLECTION_STATIC_H
#define XT_REDIST_COLLECTION_STATIC_H
#include "xt_redist.h"
......@@ -21,4 +21,4 @@ Xt_redist xt_redist_collection_static_new(Xt_redist * redists, unsigned num_redi
MPI_Aint * src_displacements,
MPI_Aint * dst_displacements, MPI_Comm comm);
#endif // XT_REDIST_COLLECTION_H
#endif // XT_REDIST_COLLECTION_STATIC_H
#ifndef XT_XMAP_ALL2ALL_H
#define XT_XMAP_ALL2ALL_H
#ifndef XT_XMAP_DIST_DIR_H
#define XT_XMAP_DIST_DIR_H
#include "yaxt.h"
......@@ -17,4 +17,4 @@
Xt_xmap xt_xmap_dist_dir_new(Xt_idxlist src_idxlist, Xt_idxlist dst_idxlist,
MPI_Comm comm);
#endif // XT_XMAP_ALL2ALL_H
#endif // XT_XMAP_DIST_DIR_H
#ifndef XT_XMAP_ALL2ALL_H
#define XT_XMAP_ALL2ALL_H
#ifndef XT_XMAP_INTERSECTION_H
#define XT_XMAP_INTERSECTION_H
#include "yaxt.h"
......@@ -30,4 +30,4 @@ Xt_xmap xt_xmap_intersection_new(Xt_idxlist * src_intersections, int * src_ranks
Xt_idxlist src_idxlist, Xt_idxlist dst_idxlist,
MPI_Comm comm);
#endif // XT_XMAP_ALL2ALL_H
#endif // XT_XMAP_INTERSECTION_H
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment