mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
use type alias
This commit is contained in:
parent
ba9f4c5b50
commit
924fdec296
@ -256,7 +256,7 @@ public:
|
||||
*
|
||||
* Will only have usable values for CpGrid.
|
||||
*/
|
||||
const std::vector<std::pair<std::string,bool>>& parallelWells() const
|
||||
const ParallelWellStruct& parallelWells() const
|
||||
{ return parallelWells_; }
|
||||
|
||||
protected:
|
||||
|
Loading…
Reference in New Issue
Block a user