Skip to content

Commit

Permalink
change import orders
Browse files Browse the repository at this point in the history
  • Loading branch information
Haavaan committed Aug 13, 2024
1 parent 5280eb8 commit 18dd29b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Source/ablastr/fields/IntegratedGreenFunctionSolver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@
*
* License: BSD-3-Clause-LBNL
*/
#if defined(ABLASTR_FFT) && defined(ABLASTR_HEFFTE)
#include <heffte.h>
#endif

#include "IntegratedGreenFunctionSolver.H"

#include <ablastr/constant.H>
Expand All @@ -32,6 +28,10 @@
#include <AMReX_REAL.H>
#include <AMReX_PlotFileUtil.H>

#if defined(ABLASTR_FFT) && defined(ABLASTR_HEFFTE)
#include <heffte.h>
#endif

#include <array>
#include <fstream>
#include <iomanip>
Expand Down

0 comments on commit 18dd29b

Please sign in to comment.