aboutsummaryrefslogtreecommitdiff
path: root/Source/Particles/Sorting
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Particles/Sorting')
-rw-r--r--Source/Particles/Sorting/Partition.cpp8
-rw-r--r--Source/Particles/Sorting/SortingUtils.H4
2 files changed, 8 insertions, 4 deletions
diff --git a/Source/Particles/Sorting/Partition.cpp b/Source/Particles/Sorting/Partition.cpp
index 3c0ad7965..b78cffa6c 100644
--- a/Source/Particles/Sorting/Partition.cpp
+++ b/Source/Particles/Sorting/Partition.cpp
@@ -4,11 +4,13 @@
*
* License: BSD-3-Clause-LBNL
*/
-#include <SortingUtils.H>
-#include <PhysicalParticleContainer.H>
-#include <WarpX.H>
+#include "SortingUtils.H"
+#include "Particles/PhysicalParticleContainer.H"
+#include "WarpX.H"
+
#include <AMReX_Particles.H>
+
using namespace amrex;
/* \brief Determine which particles deposit/gather in the buffer, and
diff --git a/Source/Particles/Sorting/SortingUtils.H b/Source/Particles/Sorting/SortingUtils.H
index a55303251..754acadf2 100644
--- a/Source/Particles/Sorting/SortingUtils.H
+++ b/Source/Particles/Sorting/SortingUtils.H
@@ -8,10 +8,12 @@
#ifndef WARPX_PARTICLES_SORTING_SORTINGUTILS_H_
#define WARPX_PARTICLES_SORTING_SORTINGUTILS_H_
-#include <WarpXParticleContainer.H>
+#include "Particles/WarpXParticleContainer.H"
+
#include <AMReX_Gpu.H>
#include <AMReX_Partition.H>
+
/** \brief Fill the elements of the input vector with consecutive integer,
* starting from 0
*