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

@ -96,7 +96,7 @@ class ComputeChunkAtom : public Compute {
class FixStore *fixstore;
class Fix *lockfix; // ptr to FixAveChunk that is locking out setups
// nullptr if no lock currently in place
// null pointer if no lock currently in place
bigint lockstart,lockstop; // timesteps for start and stop of locking
bigint invoked_setup; // last timestep setup_chunks and nchunk calculated