git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@951 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -390,8 +390,7 @@ void Output::create_restart(int narg, char **arg)
|
||||
|
||||
void Output::memory_usage()
|
||||
{
|
||||
int bytes = 0;
|
||||
|
||||
double bytes = 0.0;
|
||||
bytes += atom->memory_usage();
|
||||
bytes += neighbor->memory_usage();
|
||||
bytes += comm->memory_usage();
|
||||
|
||||
Reference in New Issue
Block a user