Merge branch 'master' into collected-small-changes

This commit is contained in:
Axel Kohlmeyer
2020-09-04 13:32:47 -04:00
1401 changed files with 6368 additions and 6517 deletions

View File

@ -12,16 +12,13 @@
------------------------------------------------------------------------- */
#include "universe.h"
#include <mpi.h>
#include <cctype>
#include <cstdlib>
#include <cstring>
#include "version.h"
#include "error.h"
#include "force.h"
#include "memory.h"
#include "utils.h"
#include "fmt/format.h"
#include "version.h"
#include <cctype>
#include <cstring>
using namespace LAMMPS_NS;