Modifying headers

This commit is contained in:
ckadding 2018-10-02 09:32:26 -04:00 committed by GitHub
parent dd39bc44ee
commit 3a0cfc1d57
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 3 deletions

View File

@ -11,9 +11,9 @@
See the README file in the top-level LAMMPS directory.
------------------------------------------------------------------------- */
#include "math.h"
#include "string.h"
#include "stdlib.h"
#include <cmath>
#include <string.h>
#include <stdlib.h>
#include "compute_pressure_cylinder.h"
#include "atom.h"
#include "update.h"
@ -25,6 +25,7 @@
#include "group.h"
#include "memory.h"
#include "error.h"
#include "citeme.h"
using namespace LAMMPS_NS;