also promote ndatum in MyPoolChunk class
This commit is contained in:
@ -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);
|
||||
|
||||
Reference in New Issue
Block a user