update to c++ style include header syntax

This commit is contained in:
Axel Kohlmeyer
2018-05-11 23:56:38 -04:00
parent 94c6d2d546
commit 1f193e02e0
14 changed files with 42 additions and 41 deletions

View File

@ -1,6 +1,6 @@
#include "mpi.h"
#include "stdio.h"
#include "stdlib.h"
#include <mpi.h>
#include <cstdio>
#include <cstdlib>
#include "many2one.h"
#include "memory.h"