Skip to content
Snippets Groups Projects
Commit 945d0a73 authored by Sebastian Eibl's avatar Sebastian Eibl
Browse files

added missing include guards

parent 8a9ba42e
Branches
No related merge requests found
#pragma once
#include <iostream> #include <iostream>
#include "cuda/FieldAccessor.h" #include "cuda/FieldAccessor.h"
......
...@@ -19,6 +19,8 @@ ...@@ -19,6 +19,8 @@
// //
//====================================================================================================================== //======================================================================================================================
#pragma once
#include "blockforest/PhantomBlockForest.h" #include "blockforest/PhantomBlockForest.h"
#include "core/DataTypes.h" #include "core/DataTypes.h"
......
...@@ -19,6 +19,8 @@ ...@@ -19,6 +19,8 @@
// //
//====================================================================================================================== //======================================================================================================================
#pragma once
#include "blockforest/SetupBlockForest.h" #include "blockforest/SetupBlockForest.h"
#include "core/DataTypes.h" #include "core/DataTypes.h"
...@@ -66,4 +68,4 @@ protected: ...@@ -66,4 +68,4 @@ protected:
} // namespace blockforest } // namespace blockforest
} // namespace walberla } // namespace walberla
\ No newline at end of file
...@@ -19,6 +19,8 @@ ...@@ -19,6 +19,8 @@
// //
//====================================================================================================================== //======================================================================================================================
#pragma once
#include "core/DataTypes.h" #include "core/DataTypes.h"
#include "core/mpi/MPIWrapper.h" #include "core/mpi/MPIWrapper.h"
...@@ -69,4 +71,4 @@ extern const int METIS_OPTION_GTYPE; ...@@ -69,4 +71,4 @@ extern const int METIS_OPTION_GTYPE;
extern const int METIS_OPTION_UBVEC; extern const int METIS_OPTION_UBVEC;
} // namespace core } // namespace core
} // namespace walberla } // namespace walberla
\ No newline at end of file
...@@ -19,6 +19,8 @@ ...@@ -19,6 +19,8 @@
// //
//====================================================================================================================== //======================================================================================================================
#pragma once
#include "MetisWrapper.h" #include "MetisWrapper.h"
#include "core/DataTypes.h" #include "core/DataTypes.h"
...@@ -52,4 +54,4 @@ int ParMETIS_V3_RefineKway( ...@@ -52,4 +54,4 @@ int ParMETIS_V3_RefineKway(
int64_t *part, MPI_Comm *comm ); int64_t *part, MPI_Comm *comm );
} // namespace core } // namespace core
} // namespace walberla } // namespace walberla
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment