mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Adds empty lines around namespaces and comment about the end of a namespace.
This commit is contained in:
@@ -22,13 +22,18 @@
|
||||
|
||||
#include <dune/istl/preconditioner.hh>
|
||||
#include <dune/istl/paamg/smoother.hh>
|
||||
|
||||
namespace Opm
|
||||
{
|
||||
|
||||
template<class X, class Y, class C, class T>
|
||||
class ParallelRestrictedOverlappingSchwarz;
|
||||
}
|
||||
|
||||
} // end namespace Opm
|
||||
|
||||
namespace Dune
|
||||
{
|
||||
|
||||
namespace Amg
|
||||
{
|
||||
template<class X, class Y, class C, class T>
|
||||
@@ -57,6 +62,7 @@ struct SmootherTraits<Opm::ParallelRestrictedOverlappingSchwarz<X,Y,C,T> >
|
||||
};
|
||||
|
||||
} // end namespace Amg
|
||||
|
||||
} // end namespace Dune
|
||||
|
||||
namespace Opm{
|
||||
|
||||
Reference in New Issue
Block a user