sync with master

This commit is contained in:
Steve Plimpton
2020-01-14 10:40:05 -07:00
4484 changed files with 318352 additions and 137669 deletions

View File

@ -11,17 +11,10 @@
See the README file in the top-level LAMMPS directory.
------------------------------------------------------------------------- */
#include <cstdlib>
#include <cstring>
#include "fix_event_hyper.h"
#include "atom.h"
#include "update.h"
#include "domain.h"
#include "neighbor.h"
#include "comm.h"
#include "universe.h"
#include "memory.h"
#include "error.h"
#include "update.h"
using namespace LAMMPS_NS;
using namespace FixConst;