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,11 +11,10 @@
See the README file in the top-level LAMMPS directory.
------------------------------------------------------------------------- */
#include "fix_hyper_global.h"
#include <mpi.h>
#include <cmath>
#include <cstdio>
#include <cstring>
#include "fix_hyper_global.h"
#include "atom.h"
#include "update.h"
#include "group.h"
@ -25,7 +24,6 @@
#include "neighbor.h"
#include "neigh_request.h"
#include "neigh_list.h"
#include "modify.h"
#include "math_extra.h"
#include "memory.h"
#include "error.h"