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_local.h"
#include <mpi.h>
#include <cmath>
#include <cstdio>
#include <cstring>
#include "fix_hyper_local.h"
#include "atom.h"
#include "update.h"
#include "group.h"
@ -23,10 +22,10 @@
#include "pair.h"
#include "domain.h"
#include "comm.h"
#include "my_page.h"
#include "neighbor.h"
#include "neigh_request.h"
#include "neigh_list.h"
#include "modify.h"
#include "math_extra.h"
#include "memory.h"
#include "error.h"