make definition consistent and silence a whole bunch of warnings from recent clang versions

This commit is contained in:
Axel Kohlmeyer 2020-06-05 11:52:06 -04:00
parent c22aee142d
commit 78468f41d5
No known key found for this signature in database
GPG Key ID: D9B44E93BF0C375A
1 changed files with 2 additions and 1 deletions

View File

@ -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;