Merge branch 'master' into kim-simulator-models

# Resolved Conflicts:
#	src/KIM/kim_query.cpp
#	src/KIM/pair_kim.cpp
This commit is contained in:
Axel Kohlmeyer
2019-07-29 20:43:10 -04:00
1474 changed files with 3992 additions and 5934 deletions

View File

@ -11,15 +11,14 @@
See the README file in the top-level LAMMPS directory.
------------------------------------------------------------------------- */
#include "input.h"
#include <mpi.h>
#include <cstdio>
#include <cstdlib>
#include <cstring>
#include <errno.h>
#include <cctype>
#include <unistd.h>
#include <sys/stat.h>
#include "input.h"
#include "style_command.h"
#include "universe.h"
#include "atom.h"
@ -52,10 +51,6 @@
#include "memory.h"
#include "utils.h"
#ifdef _OPENMP
#include <omp.h>
#endif
#ifdef _WIN32
#include <direct.h>
#endif