Skip to content
Snippets Groups Projects
Commit a60c5591 authored by Jorrit Fahlke's avatar Jorrit Fahlke
Browse files

[CGSolver] Fix indentation.

[[Imported from SVN: r1357]]
parent 81fc100b
No related branches found
No related tags found
No related merge requests found
......@@ -617,7 +617,8 @@ namespace Dune {
\copydoc InverseOperator::apply(X&,Y&,double,InverseOperatorResult&)
*/
virtual void apply (X& x, X& b, double reduction, InverseOperatorResult& res)
virtual void apply (X& x, X& b, double reduction,
InverseOperatorResult& res)
{
_reduction = reduction;
(*this).apply(x,b,res);
......
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