From 2a0cd01261e4b8c992c69c624990992b6c9f5e81 Mon Sep 17 00:00:00 2001
From: Leo Schmidt <lschmidt@math.fu-berlin.de>
Date: Fri, 18 Apr 2008 13:24:07 +0000
Subject: [PATCH] erstes template-Argument von IterativeSolver entfernt

[[Imported from SVN: r2200]]
---
 staticrod2.cc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/staticrod2.cc b/staticrod2.cc
index 6d565545..d6dab90c 100644
--- a/staticrod2.cc
+++ b/staticrod2.cc
@@ -111,7 +111,7 @@ int main (int argc, char *argv[]) try
 
     EnergyNorm<MatrixType, VectorType> baseEnergyNorm(baseSolverStep);
 
-    IterativeSolver<MatrixType, VectorType> baseSolver(&baseSolverStep,
+    IterativeSolver<VectorType> baseSolver(&baseSolverStep,
                                                        baseIt,
                                                        baseTolerance,
                                                        &baseEnergyNorm,
@@ -136,7 +136,7 @@ int main (int argc, char *argv[]) try
 
     EnergyNorm<MatrixType, VectorType> energyNorm(contactMMGStep);
 
-    IterativeSolver<MatrixType, VectorType> solver(&contactMMGStep,
+    IterativeSolver<VectorType> solver(&contactMMGStep,
                                                    numIt,
                                                    tolerance,
                                                    &energyNorm,
-- 
GitLab