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);
|
||||
#endif
|
||||
|
||||
|
||||
} // namespace Opm
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user