Merge branch 'master' of github.com:alxvov/lammps into OSO

Conflicts:
	src/SPIN/neb_spin.cpp
This commit is contained in:
julient31
2019-07-30 09:14:49 -06:00
2193 changed files with 61657 additions and 18139 deletions

View File

@ -11,15 +11,15 @@
See the README file in the top-level LAMMPS directory.
------------------------------------------------------------------------- */
#include <cmath>
#include "min_fire.h"
#include <mpi.h>
#include <cmath>
#include "universe.h"
#include "atom.h"
#include "force.h"
#include "update.h"
#include "output.h"
#include "timer.h"
#include "error.h"
using namespace LAMMPS_NS;