Skip to content

Commit

Permalink
Correct spelling / consistency of Mismatch struct
Browse files Browse the repository at this point in the history
  • Loading branch information
ajpowelsnl committed Sep 3, 2024
1 parent df45dca commit 3e98697
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ Example
// fill a,b somehow
// create functor
MisMatchFunctor<int, int> p();
MismatchFunctor<int, int> p();
Kokkos::pair<int,int> mismatch_index = KE::mismatch(exespace, KE::begin(a), KE::end(a), KE::begin(b), KE::end(b) p);
Expand Down

0 comments on commit 3e98697

Please sign in to comment.