Skip to content

Commit

Permalink
remove tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
andrthu committed Feb 27, 2020
1 parent 037348b commit 8457652
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions opm/grid/common/GridPartitioning.hpp
Expand Up @@ -97,10 +97,10 @@ namespace Dune
/// \param[in] cc The communication object
/// \param[in] layer Number of overlap layers
int addOverlapLayer(const CpGrid& grid,
const std::vector<int>& cell_part,
const std::vector<int>& cell_part,
std::vector<std::tuple<int,int,char>>& exportList,
std::vector<std::tuple<int,int,char,int>>& importList,
const std::vector<int>& cell_has_well,
const std::vector<int>& cell_has_well,
const CollectiveCommunication<Dune::MPIHelper::MPICommunicator>& cc,
int layers = 1);

Expand Down

0 comments on commit 8457652

Please sign in to comment.