git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@951 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -1002,9 +1002,9 @@ int DumpCustom::modify_param(int narg, char **arg)
|
||||
return # of bytes of allocated memory in buf and choose and local arrays
|
||||
------------------------------------------------------------------------- */
|
||||
|
||||
int DumpCustom::memory_usage()
|
||||
double DumpCustom::memory_usage()
|
||||
{
|
||||
int bytes = maxbuf * sizeof(double);
|
||||
double bytes = maxbuf * sizeof(double);
|
||||
bytes += maxlocal * sizeof(int);
|
||||
bytes += maxlocal * sizeof(double);
|
||||
return bytes;
|
||||
|
||||
Reference in New Issue
Block a user