mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
partitionCells: drop indent for namespace
This commit is contained in:
parent
e8f04eec68
commit
b95b342517
@ -179,5 +179,4 @@ namespace Opm {
|
|||||||
const double);
|
const double);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
} // namespace Opm
|
} // namespace Opm
|
||||||
|
@ -24,8 +24,8 @@
|
|||||||
#include <utility>
|
#include <utility>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
||||||
namespace Opm
|
namespace Opm {
|
||||||
{
|
|
||||||
class Well;
|
class Well;
|
||||||
|
|
||||||
/// Partitions the grid using the specified method.
|
/// Partitions the grid using the specified method.
|
||||||
@ -54,5 +54,4 @@ namespace Opm
|
|||||||
const double domain_imbalance);
|
const double domain_imbalance);
|
||||||
} // namespace Opm
|
} // namespace Opm
|
||||||
|
|
||||||
|
|
||||||
#endif // OPM_ASPINPARTITION_HEADER_INCLUDED
|
#endif // OPM_ASPINPARTITION_HEADER_INCLUDED
|
||||||
|
Loading…
Reference in New Issue
Block a user