Unverified Commit 37456733 authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

prefer local mpi.h file by using '#include "mpi.h"' instead of '#include <mpi.h>'

parent 28c9255f
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -12,14 +12,13 @@
------------------------------------------------------------------------ */

/* Single-processor "stub" versions of MPI routines */
/* -I. in Makefile insures dummy mpi.h in this dir is included */

#include <stdlib.h>
#include <string.h>
#include <stdio.h>
#include <stdint.h>
#include <sys/time.h>
#include <mpi.h>
#include "mpi.h"
#include "../version.h"

/* data structure for double/int */