git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@5793 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -842,9 +842,9 @@ void AtomVecHybrid::data_vel(int m, char **values)
|
||||
return # of bytes of allocated memory
|
||||
------------------------------------------------------------------------- */
|
||||
|
||||
double AtomVecHybrid::memory_usage()
|
||||
bigint AtomVecHybrid::memory_usage()
|
||||
{
|
||||
double bytes = 0.0;
|
||||
bigint bytes = 0;
|
||||
for (int k = 0; k < nstyles; k++) bytes += styles[k]->memory_usage();
|
||||
return bytes;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user