mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
BdaSolver.hpp: drop indent for namespace
This commit is contained in:
parent
7e1f4629ed
commit
e03f2394b9
@ -32,6 +32,7 @@ namespace Opm {
|
||||
template<class Scalar> class WellContributions;
|
||||
|
||||
namespace Accelerator {
|
||||
|
||||
enum class SolverStatus {
|
||||
BDA_SOLVER_SUCCESS,
|
||||
BDA_SOLVER_ANALYSIS_FAILED,
|
||||
@ -44,9 +45,7 @@ namespace Accelerator {
|
||||
template <unsigned int block_size>
|
||||
class BdaSolver
|
||||
{
|
||||
|
||||
protected:
|
||||
|
||||
// verbosity
|
||||
// 0: print nothing during solves, only when initializing
|
||||
// 1: print number of iterations and final norm
|
||||
|
Loading…
Reference in New Issue
Block a user