include updates for commonly used packages

This commit is contained in:
Axel Kohlmeyer
2020-09-03 01:45:05 -04:00
parent c7c4297cfc
commit 55704368d0
42 changed files with 234 additions and 307 deletions

View File

@ -16,17 +16,16 @@
------------------------------------------------------------------------- */
#include "body_rounded_polyhedron.h"
#include <cmath>
#include <cstring>
#include <cstdlib>
#include "my_pool_chunk.h"
#include "atom_vec_body.h"
#include "atom.h"
#include "force.h"
#include "atom_vec_body.h"
#include "error.h"
#include "math_extra.h"
#include "memory.h"
#include "error.h"
#include "fmt/format.h"
#include "my_pool_chunk.h"
#include <cmath>
#include <cstring>
using namespace LAMMPS_NS;