diff --git a/src/atom.cpp b/src/atom.cpp index e8e15806d2..cb394e44ed 100644 --- a/src/atom.cpp +++ b/src/atom.cpp @@ -641,7 +641,7 @@ int Atom::count_words(const char *line) correctly initialized per-atom values, e.g. bond_per_atom needs to be called whenever 2nd dimensions are changed and these arrays are already pre-allocated, - e.g. with 1st dimension of length 1 due to atom style creation + e.g. due to grow(1) in create_avec() ------------------------------------------------------------------------- */ void Atom::deallocate_topology() diff --git a/src/compute_temp.cpp b/src/compute_temp.cpp index e2d93e357b..c54a9ba9b5 100644 --- a/src/compute_temp.cpp +++ b/src/compute_temp.cpp @@ -18,8 +18,6 @@ #include "update.h" #include "force.h" #include "domain.h" -#include "modify.h" -#include "fix.h" #include "group.h" #include "error.h" diff --git a/src/fix_adapt.cpp b/src/fix_adapt.cpp index 3f04cb8254..d7bef2293b 100644 --- a/src/fix_adapt.cpp +++ b/src/fix_adapt.cpp @@ -370,7 +370,7 @@ void FixAdapt::change_settings() } /* ---------------------------------------------------------------------- - restore pair,kspace.atom parameters to original values + restore pair,kspace,atom parameters to original values ------------------------------------------------------------------------- */ void FixAdapt::restore_settings()