removing ebosCompToFlowPhaseIdx from StandardWellsDense

This commit is contained in:
Kai Bao 2017-06-07 12:44:36 +02:00
parent aaa66e0982
commit e0e1fc65e2
2 changed files with 0 additions and 16 deletions

View File

@ -174,8 +174,6 @@ enum WellVariablePositions {
int flowPhaseToEbosPhaseIdx( const int phaseIdx ) const;
int ebosCompToFlowPhaseIdx( const int compIdx ) const;
std::vector<double>
extractPerfData(const std::vector<double>& in) const;

View File

@ -501,20 +501,6 @@ namespace Opm {
template<typename TypeTag>
int
StandardWellsDense<TypeTag>::
ebosCompToFlowPhaseIdx( const int compIdx ) const
{
assert(compIdx < 3);
const int compToPhase[ 3 ] = { Oil, Water, Gas };
return compToPhase[ compIdx ];
}
template<typename TypeTag>
std::vector<double>
StandardWellsDense<TypeTag>::