Skip to content

Commit

Permalink
Remove unused function from Group output data
Browse files Browse the repository at this point in the history
  • Loading branch information
joakim-hove committed Apr 29, 2020
1 parent 10a3bc4 commit cf72ef0
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions opm/output/data/Groups.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,6 @@ namespace Opm {
inline currentGroupConstraints& set( Opm::Group::ProductionCMode cpc,
Opm::Group::InjectionCMode cgic,
Opm::Group::InjectionCMode cwic);

inline bool has();

};


Expand Down Expand Up @@ -110,12 +107,6 @@ namespace Opm {
return *this;
}

inline bool currentGroupConstraints::has() {
return ((&this->currentGasInjectionConstraint != nullptr) && (&this->currentGasInjectionConstraint != nullptr)
&& (&this->currentProdConstraint != nullptr));
}


}} // Opm::data

#endif //OPM_OUTPUT_GROUPS_HPP

0 comments on commit cf72ef0

Please sign in to comment.