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

removed 1st template-argument from IterativeSolver

[[Imported from SVN: r2201]]
parent 2a0cd012
No related branches found
No related tags found
No related merge requests found
...@@ -327,7 +327,7 @@ int main (int argc, char *argv[]) try ...@@ -327,7 +327,7 @@ int main (int argc, char *argv[]) try
EnergyNorm<MatrixType, VectorType> energyNorm(multigridStep); EnergyNorm<MatrixType, VectorType> energyNorm(multigridStep);
IterativeSolver<MatrixType, VectorType> solver(&multigridStep, IterativeSolver<VectorType> solver(&multigridStep,
// IPOpt doesn't like to be started in the solution // IPOpt doesn't like to be started in the solution
(numLevels!=1) ? multigridIterations : 1, (numLevels!=1) ? multigridIterations : 1,
mgTolerance, mgTolerance,
......
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