git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@13002 f3b2605a-c512-4ea7-a41b-209d697bcdaa

This commit is contained in:
pscrozi 2015-01-29 17:29:52 +00:00
parent aaf6ffd41e
commit e7a157c400
1 changed files with 1 additions and 2 deletions

View File

@ -1773,8 +1773,7 @@ double FixGCMC::energy_full()
update->eflag_global = update->ntimestep;
double total_energy = c_pe->compute_scalar();
if (output->thermo->normflag) total_energy *= atom->natoms;
return total_energy;
}