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,19 +12,19 @@
------------------------------------------------------------------------- */
#include "atom_vec_tri.h"
#include <cmath>
#include <cstring>
#include "math_extra.h"
#include "math_eigen.h"
#include "atom.h"
#include "domain.h"
#include "modify.h"
#include "error.h"
#include "fix.h"
#include "math_const.h"
#include "math_extra.h"
#include "math_eigen.h"
#include "memory.h"
#include "error.h"
#include "utils.h"
#include "fmt/format.h"
#include "modify.h"
#include <cmath>
#include <cstring>
using namespace LAMMPS_NS;
using namespace MathConst;