remove debug code, move to toplevel dir and document kspace style zero

This commit is contained in:
Axel Kohlmeyer
2025-06-11 04:14:27 -04:00
parent 75c341543a
commit 6ccb1b745c
9 changed files with 14 additions and 16 deletions

View File

@ -41,11 +41,6 @@ KSpaceZero2::KSpaceZero2(LAMMPS *lmp) : KSpace(lmp)
spinflag = 1;
}
KSpaceZero2::~KSpaceZero2()
{
fprintf(stderr, "In destructor for KSpace zero2. This = %p\n", this);
}
/* ---------------------------------------------------------------------- */
void KSpaceZero2::settings(int narg, char **arg)