mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-01-04 13:36:57 -06:00
Remove unused variable.
This commit is contained in:
parent
7a1d221da3
commit
b0b206e9b8
@ -236,8 +236,6 @@ void extractInternalFaces(const Dune::CpGrid& grid,
|
||||
typedef Eigen::Array<bool, Eigen::Dynamic, 1> OneColBool;
|
||||
typedef Eigen::Array<int, Eigen::Dynamic, 2, Eigen::RowMajor> TwoColInt;
|
||||
typedef Eigen::Array<bool, Eigen::Dynamic, 2, Eigen::RowMajor> TwoColBool;
|
||||
ADFaceCellTraits<Dune::CpGrid>::Type nb = faceCells(grid);
|
||||
// std::cout << "nb = \n" << nb << std::endl;
|
||||
// Extracts the internal faces of the grid.
|
||||
// These are stored in internal_faces.
|
||||
int nf=numFaces(grid);
|
||||
|
Loading…
Reference in New Issue
Block a user