fix up some comments
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user