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

@ -15,7 +15,6 @@ using namespace LAMMPS_NS;
static KSpace *zero2creator(LAMMPS *lmp)
{
KSpace *ptr = (KSpace *) new KSpaceZero2(lmp);
fprintf(stderr, "Created zero2 instance at %p\n", ptr);
return ptr;
}