forked from lijiext/lammps
make definition consistent and silence a whole bunch of warnings from recent clang versions
This commit is contained in:
parent
c22aee142d
commit
78468f41d5
|
@ -51,7 +51,8 @@ struct DoCoul<1> {
|
||||||
|
|
||||||
//Specialisation for Neighborlist types Half, HalfThread, Full
|
//Specialisation for Neighborlist types Half, HalfThread, Full
|
||||||
template <class PairStyle, int NEIGHFLAG, bool STACKPARAMS, class Specialisation = void>
|
template <class PairStyle, int NEIGHFLAG, bool STACKPARAMS, class Specialisation = void>
|
||||||
struct PairComputeFunctor {
|
class PairComputeFunctor {
|
||||||
|
public:
|
||||||
typedef typename PairStyle::device_type device_type ;
|
typedef typename PairStyle::device_type device_type ;
|
||||||
typedef ArrayTypes<device_type> AT;
|
typedef ArrayTypes<device_type> AT;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue