port DPD exclusions corrections to GPU package
This commit is contained in:
@ -65,7 +65,7 @@ class DPD : public BaseDPD<numtyp, acctyp> {
|
||||
UCL_D_Vec<numtyp> cutsq;
|
||||
|
||||
/// Special LJ values
|
||||
UCL_D_Vec<numtyp> sp_lj;
|
||||
UCL_D_Vec<numtyp> sp_lj, sp_sqrt;
|
||||
|
||||
/// If atom type constants fit in shared memory, use fast kernels
|
||||
bool shared_types;
|
||||
|
||||
Reference in New Issue
Block a user