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