From 18e5e42ce3f91d58cb425310ec16e52f14e7fc4d Mon Sep 17 00:00:00 2001 From: Gurgen Date: Sun, 18 Apr 2021 04:30:59 +0300 Subject: [PATCH] minor change --- lib/gpu/lal_lj_smooth.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/gpu/lal_lj_smooth.cpp b/lib/gpu/lal_lj_smooth.cpp index 47ca4ab6fa..59ebd0f636 100644 --- a/lib/gpu/lal_lj_smooth.cpp +++ b/lib/gpu/lal_lj_smooth.cpp @@ -145,7 +145,7 @@ double LJSMOOTHT::host_memory_usage() const { // Calculate energies, forces, and torques // --------------------------------------------------------------------------- template -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;