also promote ndatum in MyPoolChunk class

This commit is contained in:
Axel Kohlmeyer
2024-07-05 16:16:04 -04:00
parent caa1b4a891
commit f0a11dbefd

View File

@ -18,8 +18,8 @@ namespace LAMMPS_NS {
template <class T> class MyPoolChunk {
public:
int ndatum; // total # of stored datums
int nchunk; // total # of stored chunks
bigint ndatum; // total # of stored datums
int nchunk; // total # of stored chunks
MyPoolChunk(int user_minchunk = 1, int user_maxchunk = 1, int user_nbin = 1,
int user_chunkperpage = 1024, int user_pagedelta = 1);