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

@ -6,10 +6,10 @@
// in.lammps = LAMMPS input script
// in.quest = Quest input script
#include "mpi.h"
#include "stdio.h"
#include "stdlib.h"
#include "string.h"
#include <mpi.h>
#include <cstdio>
#include <cstdlib>
#include <cstring>
#include "stdint.h"
#include "many2one.h"