minor change
This commit is contained in:
@ -145,7 +145,7 @@ double LJSMOOTHT::host_memory_usage() const {
|
|||||||
// Calculate energies, forces, and torques
|
// Calculate energies, forces, and torques
|
||||||
// ---------------------------------------------------------------------------
|
// ---------------------------------------------------------------------------
|
||||||
template <class numtyp, class acctyp>
|
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
|
// Compute the block size and grid size to keep all cores busy
|
||||||
const int BX=this->block_size();
|
const int BX=this->block_size();
|
||||||
int eflag, vflag;
|
int eflag, vflag;
|
||||||
|
|||||||
Reference in New Issue
Block a user