make clang++ happy when trying to compile the GPU library
This commit is contained in:
@ -15,7 +15,7 @@
|
||||
***************************************************************************/
|
||||
|
||||
#include "lal_base_charge.h"
|
||||
using namespace LAMMPS_AL;
|
||||
namespace LAMMPS_AL {
|
||||
#define BaseChargeT BaseCharge<numtyp, acctyp>
|
||||
|
||||
extern Device<PRECISION,ACC_PRECISION> global_device;
|
||||
@ -302,4 +302,4 @@ void BaseChargeT::compile_kernels(UCL_Device &dev, const void *pair_str,
|
||||
}
|
||||
|
||||
template class BaseCharge<PRECISION,ACC_PRECISION>;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user