fix up some comments

This commit is contained in:
Axel Kohlmeyer
2020-09-12 14:26:34 -04:00
parent bc850bcd97
commit 93a0d4c096
34 changed files with 50 additions and 50 deletions

View File

@ -2201,10 +2201,10 @@ void Atom::add_callback(int flag)
int ifix;
// find the fix
// if find nullptr:
// if find null pointer:
// it's this one, since it is being replaced and has just been deleted
// at this point in re-creation
// if don't find nullptr:
// if don't find null pointer:
// i is set to nfix = new one currently being added at end of list
for (ifix = 0; ifix < modify->nfix; ifix++)