Unverified Commit 78468f41 authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

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

parent c22aee14
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -51,7 +51,8 @@ struct DoCoul<1> {

//Specialisation for Neighborlist types Half, HalfThread, Full
template <class PairStyle, int NEIGHFLAG, bool STACKPARAMS, class Specialisation = void>
struct PairComputeFunctor  {
class PairComputeFunctor  {
 public:
  typedef typename PairStyle::device_type device_type ;
  typedef ArrayTypes<device_type> AT;