Commit 676a3d82 authored by Jakub Klinkovský's avatar Jakub Klinkovský Committed by Tomáš Oberhuber
Browse files

Avoid build error in CI

parent ed9176dd
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -362,6 +362,7 @@ rowVectorProduct( const IndexType row,
                  const Vector& vector ) const
{
   TNL_ASSERT_TRUE( false, "TODO: rowVectorProduct is not implemented yet.");
   return 0;
}

template< typename Real,