mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-16 20:24:48 -06:00
Added braces around else statement (coding guidelines)
This commit is contained in:
parent
a37421d2ad
commit
11848acf0c
@ -522,7 +522,9 @@ createEllipticPreconditionerPointer(const M& Ae, double relax,
|
||||
amg_ = std::unique_ptr< AMG > (new AMG(*opAe_, criterion, smootherArgs));
|
||||
}
|
||||
else
|
||||
{
|
||||
precond_ = createEllipticPreconditionerPointer<M,X>( Ae_, relax_, comm);
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user