Skip to content

Commit

Permalink
Test_Sparse_spmv.hpp: remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
cwpearson committed May 8, 2024
1 parent 679f8d5 commit 66267ad
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sparse/unit_test/Test_Sparse_spmv.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,6 @@ void check_spmv(

const y_value_mag_type eps =
10 * Kokkos::ArithTraits<y_value_mag_type>::eps();
bool transposed = (mode == "T") || (mode == "H");

y_vector_type actual_y("actual_y", y.extent(0));
y_vector_type expected_y("expected_y", y.extent(0));
Expand Down

0 comments on commit 66267ad

Please sign in to comment.