Skip to content
Snippets Groups Projects
Commit aabccfc2 authored by Carsten Gräser's avatar Carsten Gräser
Browse files

Bugfix: Use template argument X for input vector type

This method should really be removed in favor of mtv().

[[Imported from SVN: r1125]]
parent 0d6d3888
No related branches found
No related tags found
No related merge requests found
......@@ -282,7 +282,7 @@ namespace Dune {
//! Multiplication of the transposed matrix times a vector
template <class X, class Y>
Y transposedMult(const Y& vec) {
Y transposedMult(const X& vec) {
#ifdef DUNE_ISTL_WITH_CHECKING
if (N()!=vec.size())
DUNE_THROW(ISTLError, "Vector size doesn't match the number of matrix rows!");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment