mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Delete obsolete include directives and functions.
Also make other minor adjustments, in particular moving the function getCubeDim() from WellsManagerDetail to WellHelpers.hpp.
This commit is contained in:
@@ -1099,7 +1099,7 @@ namespace Opm
|
||||
{
|
||||
double radius = connection.rw();
|
||||
const std::array<double, 3> cubical =
|
||||
WellsManagerDetail::getCubeDim<3>(cell_to_faces, begin_face_centroids, cell);
|
||||
wellhelpers::getCubeDim<3>(cell_to_faces, begin_face_centroids, cell);
|
||||
|
||||
double re; // area equivalent radius of the grid block
|
||||
double perf_length; // the length of the well perforation
|
||||
|
||||
Reference in New Issue
Block a user