wellhelpers: remove indentation for namespaces

This commit is contained in:
Arne Morten Kvarving 2022-08-29 15:08:49 +02:00
parent 69db0dd175
commit 18d8914ef1

View File

@ -32,8 +32,7 @@ namespace Opm {
class ParallelWellInfo;
namespace wellhelpers
{
namespace wellhelpers {
/// \brief A wrapper around the B matrix for distributed wells
///
@ -74,7 +73,8 @@ class ParallelWellInfo;
/// \brief Sums entries of the diagonal Matrix for distributed wells
template<typename Scalar, typename Comm>
void sumDistributedWellEntries(Dune::DynamicMatrix<Scalar>& mat, Dune::DynamicVector<Scalar>& vec,
void sumDistributedWellEntries(Dune::DynamicMatrix<Scalar>& mat,
Dune::DynamicVector<Scalar>& vec,
const Comm& comm);
@ -91,6 +91,6 @@ class ParallelWellInfo;
DenseMatrix transposeDenseDynMatrix(const DenseMatrix& M);
} // namespace wellhelpers
}
} // namespace Opm
#endif