Minor whitespace fix.

This commit is contained in:
Atgeirr Flø Rasmussen 2015-08-17 16:36:01 +02:00
parent c9b76880b6
commit 18a3b0b7a2

View File

@ -97,7 +97,7 @@ namespace Opm
{
// Construct scalar product.
typedef Dune::ScalarProductChooser<Vector, POrComm, category> ScalarProductChooser;
typedef std::unique_ptr<typename ScalarProductChooser::ScalarProduct> SPPointer;
typedef std::unique_ptr<typename ScalarProductChooser::ScalarProduct> SPPointer;
SPPointer sp(ScalarProductChooser::construct(parallelInformation));
// Construct preconditioner.