Remove 'auto' from one more parameter list.

This commit is contained in:
Atgeirr Flø Rasmussen
2017-06-27 20:06:44 +02:00
parent 936d035dc2
commit fa4c4ccee6
2 changed files with 2 additions and 2 deletions

View File

@@ -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);
}; };

View File

@@ -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