Commit 4941f11a authored by Stan Moore's avatar Stan Moore
Browse files

Remove unused tag

parent f7026491
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -34,9 +34,6 @@ struct TagSparseMatvec2 {};
struct TagSparseMatvec3 {};
struct TagZeroQGhosts{};

template<int NEIGHFLAG>
struct TagComputeHItem{};

template<class DeviceType>
class FixQEqReaxKokkos : public FixQEqReax {
 public:
@@ -84,10 +81,6 @@ class FixQEqReaxKokkos : public FixQEqReax {
  KOKKOS_INLINE_FUNCTION
  void sparse33_item(int) const;

  template<int NEIGHFLAG>
  KOKKOS_INLINE_FUNCTION
  void operator() (TagComputeHItem<NEIGHFLAG>, const typename Kokkos::TeamPolicy <DeviceType, TagComputeHItem<NEIGHFLAG> > ::member_type &team) const;

  typedef typename Kokkos::TeamPolicy <DeviceType, TagSparseMatvec1> ::member_type membertype1;
  KOKKOS_INLINE_FUNCTION
  void operator() (TagSparseMatvec1, const membertype1 &team) const;