Skip to content
Snippets Groups Projects
Commit 151f12b7 authored by Oliver Sander's avatar Oliver Sander Committed by sander
Browse files

remove trailing whitespace

[[Imported from SVN: r11779]]
parent e8a8e1da
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@
#include <dune/solvers/iterationsteps/iterationstep.hh>
#include <dune/solvers/norms/norm.hh>
/** \brief Abstract base class for iterative solvers */
/** \brief Abstract base class for iterative solvers */
template <class VectorType, class BitVectorType = Dune::BitSetVector<VectorType::block_type::dimension> >
class IterativeSolver : public Solver
{
......@@ -16,7 +16,7 @@
int maxIterations,
VerbosityMode verbosity,
bool useRelativeError=true)
: Solver(verbosity),
: Solver(verbosity),
tolerance_(tolerance),
maxIterations_(maxIterations), errorNorm_(NULL),
historyBuffer_(""),
......@@ -29,7 +29,7 @@
const Norm<VectorType>* errorNorm,
VerbosityMode verbosity,
bool useRelativeError=true)
: Solver(verbosity),
: Solver(verbosity),
tolerance_(tolerance),
maxIterations_(maxIterations), errorNorm_(errorNorm),
historyBuffer_(""),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment