mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Remove 'auto' from one more parameter list.
This commit is contained in:
@@ -417,7 +417,7 @@ enum WellVariablePositions {
|
|||||||
|
|
||||||
void setupCompressedToCartesian(const int* global_cell, int number_of_cells, std::map<int,int>& cartesian_to_compressed ) const;
|
void setupCompressedToCartesian(const int* global_cell, int number_of_cells, std::map<int,int>& cartesian_to_compressed ) const;
|
||||||
|
|
||||||
void computeRepRadiusPerfLength(const auto& grid);
|
void computeRepRadiusPerfLength(const Grid& grid);
|
||||||
|
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -3161,7 +3161,7 @@ namespace Opm {
|
|||||||
template<typename TypeTag>
|
template<typename TypeTag>
|
||||||
void
|
void
|
||||||
StandardWellsDense<TypeTag>::
|
StandardWellsDense<TypeTag>::
|
||||||
computeRepRadiusPerfLength(const auto& grid)
|
computeRepRadiusPerfLength(const Grid& grid)
|
||||||
{
|
{
|
||||||
|
|
||||||
// TODO, the function does not work for parallel running
|
// TODO, the function does not work for parallel running
|
||||||
|
|||||||
Reference in New Issue
Block a user