Skip to content

Commit

Permalink
correct error in class OneOperator_2KN_
Browse files Browse the repository at this point in the history
  • Loading branch information
frederichecht committed Dec 3, 2023
1 parent 853ffcc commit 220957e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/fflib/array_tlp.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -1200,7 +1200,8 @@ class OneOperator_2KN_ : public OneOperator {public:
{ const E_Array * b = dynamic_cast<const E_Array *>(a[0].LeftValue());
ffassert(b);
return new Op(*b);}
OneOperator_2KN_<K>(): OneOperator(atype<KN_<K> >(),atype<E_Array>()) { pref=-1;}

OneOperator_2KN_(): OneOperator(atype<KN_<K> >(),atype<E_Array>()) { pref=-1;}
};
template<class K, class L>
class Unique_Op : public E_F0mps {
Expand Down

0 comments on commit 220957e

Please sign in to comment.