Replace <tab>s by eight spaces.
While here, fix a misprint in comment.
This commit is contained in:
parent
7a48d13424
commit
56cd291080
@ -62,13 +62,17 @@ namespace Opm
|
||||
LinearSolverAGMG(const int max_it = 100 ,
|
||||
const double rtol = 1.0e-6,
|
||||
const bool is_spd = false);
|
||||
|
||||
/**
|
||||
* Constructor.
|
||||
* \param[in] param ParameterGroup object contianing the fields
|
||||
* max_it,rtol,is_spd as used in the constructor
|
||||
* \param[in] param ParameterGroup object containing the fields
|
||||
* max_it,rtol,is_spd as used in the constructor.
|
||||
*/
|
||||
LinearSolverAGMG(const parameter::ParameterGroup& param);
|
||||
/// Destructor.
|
||||
|
||||
/**
|
||||
* Destructor.
|
||||
*/
|
||||
virtual ~LinearSolverAGMG();
|
||||
|
||||
using LinearSolverInterface::solve;
|
||||
|
Loading…
Reference in New Issue
Block a user