minor change

This commit is contained in:
Gurgen
2021-04-18 04:30:59 +03:00
parent 233beb4df1
commit 18e5e42ce3

View File

@ -145,7 +145,7 @@ double LJSMOOTHT::host_memory_usage() const {
// Calculate energies, forces, and torques
// ---------------------------------------------------------------------------
template <class numtyp, class acctyp>
int LJSMOOTHT::loop(const bool _eflag, const bool _vflag) {
int LJSMOOTHT::loop(const int _eflag, const int _vflag) {
// Compute the block size and grid size to keep all cores busy
const int BX=this->block_size();
int eflag, vflag;