git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@951 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -60,9 +60,9 @@ int FixRespa::setmask()
|
||||
memory usage of local atom-based arrays
|
||||
------------------------------------------------------------------------- */
|
||||
|
||||
int FixRespa::memory_usage()
|
||||
double FixRespa::memory_usage()
|
||||
{
|
||||
int bytes = atom->nmax*nlevels*3 * sizeof(double);
|
||||
double bytes = atom->nmax*nlevels*3 * sizeof(double);
|
||||
return bytes;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user