Skip to content

Commit 856d4a8

Browse files
hnilbska
authored andcommitted
small change
1 parent cc76e92 commit 856d4a8

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

opm/grid/cpgrid/CpGrid.cpp

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

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

0 commit comments

Comments
 (0)