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

This commit is contained in:
pscrozi 2015-01-29 17:51:12 +00:00
parent e7a157c400
commit e69b000a3a
1 changed files with 0 additions and 1 deletions

View File

@ -460,7 +460,6 @@ double FixAtomSwap::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;
}