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

This commit is contained in:
sjplimp
2007-01-29 23:29:58 +00:00
parent a47a87c216
commit 9cdbeaf9f2
3 changed files with 14 additions and 16 deletions

View File

@ -1813,7 +1813,7 @@ int Atom::memory_usage()
if (charge_allow) bytes += 1 * nmax * sizeof(double); // q
if (mass_allow) bytes += 1 * nmax * sizeof(double); // rmass
if (style_dipole) bytes += 3 * nmax*3 * sizeof(double); // mu
if (style_dipole) bytes += 3 * nmax*3 * sizeof(double); // mu,omega,torque
if (style_granular) {
bytes += 3 * nmax*3 * sizeof(double); // phix,phiv,phia
bytes += 2 * nmax * sizeof(double); // radius,density