update COUPLE example library to be portable across MPI libraries

This commit is contained in:
Axel Kohlmeyer
2016-05-16 18:39:18 -04:00
parent 7dc53b79e3
commit 3f4c511bca
16 changed files with 30 additions and 23 deletions

View File

@ -1,6 +1,6 @@
#include "mpi.h"
#include "stdlib.h"
#include "stdio.h"
#include <mpi.h>
#include <stdio.h>
#include <stdlib.h>
#include "error.h"
/* ---------------------------------------------------------------------- */