forked from lijiext/lammps
Modifying headers
This commit is contained in:
parent
dd39bc44ee
commit
3a0cfc1d57
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue