From 7949de61d45687a12ce6cfcb5bcab85c747898fe Mon Sep 17 00:00:00 2001
From: Matteo Cicuttin <datafl4sh@toxicnet.eu>
Date: Thu, 30 Sep 2021 08:46:44 +0200
Subject: [PATCH] Added newlines at EOF.

---
 include/maxwell/maxwell_postpro.h | 3 ++-
 src/maxwell/maxwell_postpro.cpp   | 5 +++--
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/include/maxwell/maxwell_postpro.h b/include/maxwell/maxwell_postpro.h
index 75e94cf..fe345ad 100644
--- a/include/maxwell/maxwell_postpro.h
+++ b/include/maxwell/maxwell_postpro.h
@@ -8,4 +8,5 @@ field_values eval_field(const field&, size_t, size_t, const vecxd&);
 field_values compute_error(const model&, const solver_state&, const parameter_loader&);
 field_values compute_energy(const model&, const solver_state&, const parameter_loader&);
 
-} // namespace maxwell
\ No newline at end of file
+} // namespace maxwell
+
diff --git a/src/maxwell/maxwell_postpro.cpp b/src/maxwell/maxwell_postpro.cpp
index 9d9d603..2d162f6 100644
--- a/src/maxwell/maxwell_postpro.cpp
+++ b/src/maxwell/maxwell_postpro.cpp
@@ -1,6 +1,6 @@
 
 #ifdef USE_MPI
-#include <mpi.h>
+#include "common/mpi_helpers.h"
 #endif /* USE_MPI */
 
 #include "maxwell/maxwell_postpro.h"
@@ -113,4 +113,5 @@ validate(const model&, maxwell::solver_state_gpu&,
 {}
 #endif /* ENABLE_GPU_SOLVER */
 
-} // namespace maxwell
\ No newline at end of file
+} // namespace maxwell
+
-- 
GitLab