diff --git a/src/BODY/body_nparticle.h b/src/BODY/body_nparticle.h index df968aac09..46903f9657 100644 --- a/src/BODY/body_nparticle.h +++ b/src/BODY/body_nparticle.h @@ -45,7 +45,6 @@ class BodyNparticle : public Body { private: int *imflag; double **imdata; - }; } diff --git a/src/atom_vec_body.cpp b/src/atom_vec_body.cpp index 27fdaa1a7b..64e280fb69 100644 --- a/src/atom_vec_body.cpp +++ b/src/atom_vec_body.cpp @@ -26,10 +26,6 @@ #include "memory.h" #include "error.h" -// debug -#include "update.h" - - using namespace LAMMPS_NS; /* ---------------------------------------------------------------------- */ diff --git a/src/my_pool_chunk.h b/src/my_pool_chunk.h index e3a1775c13..f55da598c2 100644 --- a/src/my_pool_chunk.h +++ b/src/my_pool_chunk.h @@ -30,7 +30,7 @@ inputs: methods: T *get(index) = return ptr/index to unused chunk of size maxchunk T *get(N,index) = return ptr/index to unused chunk of size N - minchunk < N < maxchunk required + minchunk <= N <= maxchunk required put(index) = return indexed chunk to pool (same index returned by get) int size() = return total size of allocated pages in bytes public varaibles: