git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@951 f3b2605a-c512-4ea7-a41b-209d697bcdaa

This commit is contained in:
sjplimp
2007-10-04 17:57:04 +00:00
parent ab2a54ab6a
commit aef3f32236
145 changed files with 401 additions and 442 deletions

View File

@ -307,8 +307,8 @@ void ComputeCentroAtom::select2(int k, int n, double *arr, int *iarr)
memory usage of local atom-based array
------------------------------------------------------------------------- */
int ComputeCentroAtom::memory_usage()
double ComputeCentroAtom::memory_usage()
{
int bytes = nmax * sizeof(double);
double bytes = nmax * sizeof(double);
return bytes;
}