git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@10877 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -283,8 +283,8 @@ double FixShearHistory::memory_usage()
|
||||
{
|
||||
int nmax = atom->nmax;
|
||||
double bytes = nmax * sizeof(int);
|
||||
bytes = nmax * sizeof(int *);
|
||||
bytes = nmax * sizeof(double *);
|
||||
bytes += nmax * sizeof(int *);
|
||||
bytes += nmax * sizeof(double *);
|
||||
|
||||
int nmypage = comm->nthreads;
|
||||
for (int i = 0; i < nmypage; i++) {
|
||||
|
||||
Reference in New Issue
Block a user