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:
parent
dc1d7c526f
commit
0fdd27267b
@ -25,11 +25,15 @@
|
||||
|
||||
namespace Opm
|
||||
{
|
||||
|
||||
template<class M, class X, class Y, class C>
|
||||
class ParallelOverlappingILU0;
|
||||
}
|
||||
|
||||
} // end namespace Opm
|
||||
|
||||
namespace Dune
|
||||
{
|
||||
|
||||
namespace Amg
|
||||
{
|
||||
|
||||
@ -59,7 +63,9 @@ struct ConstructionTraits<Opm::ParallelOverlappingILU0<M,X,Y,C> >
|
||||
|
||||
};*/
|
||||
} // end namespace Amg
|
||||
|
||||
} // end namespace Dune
|
||||
|
||||
namespace Opm
|
||||
{
|
||||
|
||||
|
@ -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{
|
||||
|
Loading…
Reference in New Issue
Block a user