Skip to content
Snippets Groups Projects
Commit 7949de61 authored by Matteo Cicuttin's avatar Matteo Cicuttin
Browse files

Added newlines at EOF.

parent 73926562
No related branches found
No related tags found
No related merge requests found
......@@ -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
#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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment