From 617709b400ce09fdf4e4e05be7be762552ccb40c Mon Sep 17 00:00:00 2001 From: sjplimp Date: Fri, 9 Nov 2012 15:43:13 +0000 Subject: [PATCH] git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@9039 f3b2605a-c512-4ea7-a41b-209d697bcdaa --- src/thermo.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/thermo.cpp b/src/thermo.cpp index aeb9f17b40..1ce441c3c3 100644 --- a/src/thermo.cpp +++ b/src/thermo.cpp @@ -1488,7 +1488,7 @@ void Thermo::compute_spcpu() void Thermo::compute_atoms() { - bivalue = natoms; + bivalue = atom->natoms; } /* ---------------------------------------------------------------------- */