mirror of https://github.com/lammps/lammps.git
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@9078 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
d98fb88987
commit
261b99b58a
|
@ -760,7 +760,7 @@ void Output::memory_usage()
|
|||
bytes += update->memory_usage();
|
||||
bytes += force->memory_usage();
|
||||
bytes += modify->memory_usage();
|
||||
for (int i = 0; i < ndump; i++) dump[i]->memory_usage();
|
||||
for (int i = 0; i < ndump; i++) bytes += dump[i]->memory_usage();
|
||||
|
||||
double mbytes = bytes/1024.0/1024.0;
|
||||
|
||||
|
|
Loading…
Reference in New Issue