Skip to content
Snippets Groups Projects
Commit 4c7c9ba8 authored by Jonathan Lambrechts's avatar Jonathan Lambrechts
Browse files

missing include

parent b3090874
No related branches found
No related tags found
No related merge requests found
...@@ -9,6 +9,9 @@ ...@@ -9,6 +9,9 @@
#include "dgGroupOfElements.h" #include "dgGroupOfElements.h"
#include <limits.h> #include <limits.h>
#include <stdio.h> #include <stdio.h>
#ifdef HAVE_MPI
#include "mpi.h"
#endif
double dgRungeKutta::iterateEuler(const dgConservationLaw *claw, double dt, dgDofContainer *solution) { double dgRungeKutta::iterateEuler(const dgConservationLaw *claw, double dt, dgDofContainer *solution) {
double A[] = {0}; double A[] = {0};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment