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

@ -7,10 +7,10 @@
// Sfactor = multiplier on strain effect
// in.spparks = SPPARKS input script
#include "mpi.h"
#include "stdio.h"
#include "stdlib.h"
#include "string.h"
#include <mpi.h>
#include <cstdio>
#include <cstdlib>
#include <cstring>
#include "lammps_data_write.h"
#include "many2many.h"