update include lists in packages USER-MISC, USER-MOFF, USER-PTM, and USER-SMD

This commit is contained in:
Axel Kohlmeyer
2019-07-10 15:38:41 -04:00
parent 2ca2d053fd
commit 956d21ec0e
78 changed files with 136 additions and 319 deletions

View File

@ -17,10 +17,9 @@
Contact Email: amulyapervaje@gmail.com
------------------------------------------------------------------------- */
#include <cmath>
#include <cstdlib>
#include <cstring>
#include "temper_npt.h"
#include <cmath>
#include <cstring>
#include "universe.h"
#include "domain.h"
#include "atom.h"
@ -29,13 +28,10 @@
#include "modify.h"
#include "compute.h"
#include "force.h"
#include "output.h"
#include "thermo.h"
#include "fix.h"
#include "random_park.h"
#include "finish.h"
#include "timer.h"
#include "memory.h"
#include "error.h"
using namespace LAMMPS_NS;