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

This commit is contained in:
sjplimp
2015-08-21 22:55:12 +00:00
parent 63534501c2
commit 3841dd58ca
35 changed files with 140 additions and 81 deletions

View File

@ -850,8 +850,8 @@ void ComputeTempChunk::allocate()
double ComputeTempChunk::memory_usage()
{
double bytes = (bigint) maxchunk * 2 * sizeof(double);
bytes = (bigint) maxchunk * 2 * sizeof(int);
bytes = (bigint) maxchunk * nvalues * sizeof(double);
bytes += (bigint) maxchunk * 2 * sizeof(int);
bytes += (bigint) maxchunk * nvalues * sizeof(double);
if (comflag || nvalues) {
bytes += (bigint) maxchunk * 2 * sizeof(double);
bytes += (bigint) maxchunk * 2*3 * sizeof(double);