mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-12-28 02:00:59 -06:00
wellhelpers: remove indentation for namespaces
This commit is contained in:
parent
69db0dd175
commit
18d8914ef1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user