forked from lijiext/lammps
minor tweaks to already processed files
This commit is contained in:
parent
5b7ae3713b
commit
03418be645
|
@ -13,9 +13,6 @@
|
|||
|
||||
#include "pair_line_lj.h"
|
||||
#include <cmath>
|
||||
#include <cstdio>
|
||||
#include <cstdlib>
|
||||
#include <cstring>
|
||||
#include "atom.h"
|
||||
#include "atom_vec_line.h"
|
||||
#include "force.h"
|
||||
|
|
|
@ -16,10 +16,8 @@
|
|||
------------------------------------------------------------------------- */
|
||||
|
||||
#include "pair_resquared.h"
|
||||
#include <mpi.h>
|
||||
#include <cmath>
|
||||
#include <cstdio>
|
||||
#include <cstdlib>
|
||||
#include <cstring>
|
||||
#include "math_extra.h"
|
||||
#include "atom.h"
|
||||
#include "atom_vec_ellipsoid.h"
|
||||
|
@ -27,7 +25,6 @@
|
|||
#include "force.h"
|
||||
#include "neighbor.h"
|
||||
#include "neigh_list.h"
|
||||
#include "integrate.h"
|
||||
#include "memory.h"
|
||||
#include "error.h"
|
||||
|
||||
|
|
|
@ -13,9 +13,6 @@
|
|||
|
||||
#include "pair_tri_lj.h"
|
||||
#include <cmath>
|
||||
#include <cstdio>
|
||||
#include <cstdlib>
|
||||
#include <cstring>
|
||||
#include "math_extra.h"
|
||||
#include "atom.h"
|
||||
#include "atom_vec_tri.h"
|
||||
|
|
|
@ -17,7 +17,6 @@
|
|||
|
||||
#include "pair_born_coul_long_cs.h"
|
||||
#include <cmath>
|
||||
#include <cstring>
|
||||
#include "atom.h"
|
||||
#include "force.h"
|
||||
#include "neigh_list.h"
|
||||
|
|
|
@ -21,7 +21,6 @@
|
|||
#include "atom.h"
|
||||
#include "domain.h"
|
||||
#include "update.h"
|
||||
#include "pair.h"
|
||||
#include "memory.h"
|
||||
#include "error.h"
|
||||
#include "comm.h"
|
||||
|
|
|
@ -20,9 +20,6 @@ KSpaceStyle(msm,MSM)
|
|||
#ifndef LMP_MSM_H
|
||||
#define LMP_MSM_H
|
||||
|
||||
#include "lmptype.h"
|
||||
#include <mpi.h>
|
||||
|
||||
#include "kspace.h"
|
||||
|
||||
namespace LAMMPS_NS {
|
||||
|
|
|
@ -22,7 +22,6 @@
|
|||
#include "force.h"
|
||||
#include "kspace.h"
|
||||
#include "neigh_list.h"
|
||||
#include "memory.h"
|
||||
#include "error.h"
|
||||
|
||||
using namespace LAMMPS_NS;
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
#ifndef LMP_ANGLE_H
|
||||
#define LMP_ANGLE_H
|
||||
|
||||
#include "pointers.h"
|
||||
#include "pointers.h" // IWYU pragma: export
|
||||
|
||||
namespace LAMMPS_NS {
|
||||
|
||||
|
|
|
@ -14,7 +14,6 @@
|
|||
#ifndef LMP_DUMP_H
|
||||
#define LMP_DUMP_H
|
||||
|
||||
#include <mpi.h>
|
||||
#include "pointers.h" // IWYU pragma: export
|
||||
|
||||
namespace LAMMPS_NS {
|
||||
|
|
|
@ -14,8 +14,7 @@
|
|||
#ifndef LMP_KSPACE_H
|
||||
#define LMP_KSPACE_H
|
||||
|
||||
#include <mpi.h>
|
||||
#include "pointers.h"
|
||||
#include "pointers.h" // IWYU pragma: export
|
||||
|
||||
#ifdef FFT_SINGLE
|
||||
typedef float FFT_SCALAR;
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
#error "The MPIIO package cannot be compiled in serial with MPI STUBS"
|
||||
#endif
|
||||
|
||||
#include "restart_mpiio.h"
|
||||
#include "restart_mpiio.h" // IWYU pragma: export
|
||||
|
||||
#else
|
||||
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
#ifndef LMP_REGION_H
|
||||
#define LMP_REGION_H
|
||||
|
||||
#include "pointers.h"
|
||||
#include "pointers.h" // IWYU pragma: export
|
||||
|
||||
namespace LAMMPS_NS {
|
||||
|
||||
|
|
|
@ -18,7 +18,6 @@
|
|||
#include "comm.h"
|
||||
#include "error.h"
|
||||
#include "force.h"
|
||||
#include "memory.h"
|
||||
|
||||
#ifdef _WIN32
|
||||
#include <windows.h>
|
||||
|
|
|
@ -16,7 +16,6 @@
|
|||
#include <cstring>
|
||||
#include "atom.h"
|
||||
#include "atom_vec.h"
|
||||
#include "atom_vec_hybrid.h"
|
||||
#include "group.h"
|
||||
#include "force.h"
|
||||
#include "pair.h"
|
||||
|
|
Loading…
Reference in New Issue