use type alias

This commit is contained in:
Arne Morten Kvarving 2021-05-12 10:25:40 +02:00
parent ba9f4c5b50
commit 924fdec296

View File

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