Skip to content
Snippets Groups Projects
Commit 2a0cd012 authored by Leo Schmidt's avatar Leo Schmidt Committed by lschmidt@PCPOOL.MI.FU-BERLIN.DE
Browse files

erstes template-Argument von IterativeSolver entfernt

[[Imported from SVN: r2200]]
parent 676afa71
No related branches found
No related tags found
No related merge requests found
...@@ -111,7 +111,7 @@ int main (int argc, char *argv[]) try ...@@ -111,7 +111,7 @@ int main (int argc, char *argv[]) try
EnergyNorm<MatrixType, VectorType> baseEnergyNorm(baseSolverStep); EnergyNorm<MatrixType, VectorType> baseEnergyNorm(baseSolverStep);
IterativeSolver<MatrixType, VectorType> baseSolver(&baseSolverStep, IterativeSolver<VectorType> baseSolver(&baseSolverStep,
baseIt, baseIt,
baseTolerance, baseTolerance,
&baseEnergyNorm, &baseEnergyNorm,
...@@ -136,7 +136,7 @@ int main (int argc, char *argv[]) try ...@@ -136,7 +136,7 @@ int main (int argc, char *argv[]) try
EnergyNorm<MatrixType, VectorType> energyNorm(contactMMGStep); EnergyNorm<MatrixType, VectorType> energyNorm(contactMMGStep);
IterativeSolver<MatrixType, VectorType> solver(&contactMMGStep, IterativeSolver<VectorType> solver(&contactMMGStep,
numIt, numIt,
tolerance, tolerance,
&energyNorm, &energyNorm,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment