Skip to content
Snippets Groups Projects
Commit 9505fbb4 authored by Christian Engwer's avatar Christian Engwer
Browse files

add missing forward declarations

[[Imported from SVN: r1337]]
parent 38301057
Branches
Tags
No related merge requests found
......@@ -15,6 +15,15 @@
using namespace Dune;
// forward decls
template <class MatrixType>
void testSuperMatrix(MatrixType& matrix);
template <class MatrixType, class X, class Y>
void testMatrix(MatrixType& matrix, X& x, Y& y);
template <class MatrixType, class VectorType>
void testSolve(const MatrixType& matrix);
template <class MatrixType>
void testSuperMatrix(MatrixType& matrix)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment