Skip to content

Commit 6531e7e

Browse files
hnilbska
authored andcommitted
small change
1 parent 07178ac commit 6531e7e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

opm/grid/cpgrid/CpGrid.cpp

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1178,9 +1178,7 @@ int CpGrid::cellFace(int cell, int local_index, int level) const
11781178
: current_data_->back()->cell_to_face_[cpgrid::EntityRep<0>(cell, true)][local_index].index();
11791179
}
11801180

1181-
std::array<std::vector<std::set<int>>, 2>
1182-
CpGrid::vertexCell() const
1183-
{
1181+
std::array<std::vector<std::set<int>>,2> CpGrid::vertexCell() const{
11841182
//int level = -1;
11851183
int nc = numCells();//(level)
11861184
int nv = this->numVertices();

0 commit comments

Comments
 (0)