Skip to content
Snippets Groups Projects
Unverified Commit 3a0cfc1d authored by ckadding's avatar ckadding Committed by GitHub
Browse files

Modifying headers

parent dd39bc44
No related branches found
No related tags found
No related merge requests found
...@@ -11,9 +11,9 @@ ...@@ -11,9 +11,9 @@
See the README file in the top-level LAMMPS directory. See the README file in the top-level LAMMPS directory.
------------------------------------------------------------------------- */ ------------------------------------------------------------------------- */
#include "math.h" #include <cmath>
#include "string.h" #include <string.h>
#include "stdlib.h" #include <stdlib.h>
#include "compute_pressure_cylinder.h" #include "compute_pressure_cylinder.h"
#include "atom.h" #include "atom.h"
#include "update.h" #include "update.h"
...@@ -25,6 +25,7 @@ ...@@ -25,6 +25,7 @@
#include "group.h" #include "group.h"
#include "memory.h" #include "memory.h"
#include "error.h" #include "error.h"
#include "citeme.h"
using namespace LAMMPS_NS; using namespace LAMMPS_NS;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment