Merge branch 'master' into math_eigen

This commit is contained in:
Andrew Jewett
2020-09-06 10:59:20 -07:00
committed by GitHub
1468 changed files with 14600 additions and 6784 deletions

View File

@ -12,9 +12,9 @@
------------------------------------------------------------------------- */
#include "fix_rigid.h"
#include <mpi.h>
#include <cmath>
#include <cstdlib>
#include <cstring>
#include "math_extra.h"
#include "math_eigen.h"
@ -36,8 +36,8 @@
#include "memory.h"
#include "error.h"
#include "rigid_const.h"
#include "utils.h"
#include "fmt/format.h"
using namespace LAMMPS_NS;
using namespace FixConst;