git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@12207 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -2271,3 +2271,14 @@ void FixNH::pre_exchange()
|
||||
domain->lamda2x(atom->nlocal);
|
||||
}
|
||||
}
|
||||
|
||||
/* ----------------------------------------------------------------------
|
||||
memory usage of Irregular
|
||||
------------------------------------------------------------------------- */
|
||||
|
||||
double FixNH::memory_usage()
|
||||
{
|
||||
double bytes = 0.0;
|
||||
if (irregular) bytes += irregular->memory_usage();
|
||||
return bytes;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user