From 9505fbb4a9d0d8bfbd98a0f04c057c4f667ff234 Mon Sep 17 00:00:00 2001 From: Christian Engwer <christi@dune-project.org> Date: Sat, 30 Oct 2010 20:34:44 +0000 Subject: [PATCH] add missing forward declarations [[Imported from SVN: r1337]] --- dune/istl/test/matrixtest.cc | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/dune/istl/test/matrixtest.cc b/dune/istl/test/matrixtest.cc index 3be694e89..399e453a6 100644 --- a/dune/istl/test/matrixtest.cc +++ b/dune/istl/test/matrixtest.cc @@ -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) { -- GitLab