partitionCells: drop indent for namespace

This commit is contained in:
Arne Morten Kvarving 2023-06-29 12:41:56 +02:00
parent e8f04eec68
commit b95b342517
2 changed files with 129 additions and 131 deletions

View File

@ -179,5 +179,4 @@ namespace Opm {
const double);
#endif
} // namespace Opm

View File

@ -24,8 +24,8 @@
#include <utility>
#include <vector>
namespace Opm
{
namespace Opm {
class Well;
/// Partitions the grid using the specified method.
@ -54,5 +54,4 @@ namespace Opm
const double domain_imbalance);
} // namespace Opm
#endif // OPM_ASPINPARTITION_HEADER_INCLUDED