support for density, mass, temperature values

This commit is contained in:
Steve Plimpton
2022-08-15 16:02:46 -06:00
parent 9750c72822
commit ce4ca06035
3 changed files with 306 additions and 45 deletions

View File

@ -629,6 +629,7 @@ void ComputeChunkAtom::compute_peratom()
to return the number of chunks, we first need to make certain
that compute_peratom() has been called.
------------------------------------------------------------------------- */
double ComputeChunkAtom::compute_scalar()
{
if (invoked_peratom != update->ntimestep) compute_peratom();