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,7 +1,7 @@
#ifndef LAMMPS_DATA_WRITE_H
#define LAMMPS_DATA_WRITE_H
#include <stdio.h>
#include <cstdio>
#include "send2one.h"
class LAMMPSDataWrite : public Send2One {