Merge pull request #669 from totto82/fix_bgsat

Fix bgsat
This commit is contained in:
Joakim Hove
2019-03-11 06:51:56 +01:00
committed by GitHub

View File

@@ -1063,7 +1063,7 @@ static const std::unordered_map< std::string, UnitSystem::measure> block_units =
{"BSWAT" , UnitSystem::measure::identity},
{"BWSAT" , UnitSystem::measure::identity},
{"BSGAS" , UnitSystem::measure::identity},
{"BGSAS" , UnitSystem::measure::identity},
{"BGSAT" , UnitSystem::measure::identity},
};
inline std::vector< const Well* > find_wells( const Schedule& schedule,