Fixed typo with the kernel names in lj/cut/coul/cut/soft

This commit is contained in:
Trung Nguyen
2023-12-12 22:54:50 -06:00
parent 8f7d7f9178
commit 569c23a1e6
4 changed files with 6 additions and 6 deletions

View File

@ -56,7 +56,7 @@ int LJCoulSoftT::init(const int ntypes,
double *host_special_coul, const double qqrd2e) {
int success;
success=this->init_atomic(nlocal,nall,max_nbors,maxspecial,cell_size,gpu_split,
_screen,lj_coul_soft,"lj_coul_soft");
_screen,lj_coul_soft,"k_lj_coul_soft");
if (success!=0)
return success;