Commit 1ac1fd29 authored by Tomáš Oberhuber's avatar Tomáš Oberhuber
Browse files

Fixed unused variable in spmv benchmark.

parent 2aa75f55
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -663,7 +663,7 @@ dispatchSymmetric( BenchmarkType& benchmark,
{
   using SymmetricInputMatrix = TNL::Matrices::SparseMatrix< Real, TNL::Devices::Host, int, TNL::Matrices::SymmetricMatrix >;
   using InputMatrix = TNL::Matrices::SparseMatrix< Real, TNL::Devices::Host, int >;
   bool allCpuTests = parameters.getParameter< bool >( "with-all-cpu-tests" );
   //bool allCpuTests = parameters.getParameter< bool >( "with-all-cpu-tests" );
   bool withEllpack = parameters.getParameter< bool >( "with-ellpack-formats" );
   SymmetricInputMatrix symmetricHostMatrix;
   try