Remove unused function from Group output data

This commit is contained in:
Joakim Hove
2020-04-27 19:27:49 +02:00
parent 10a3bc4b56
commit cf72ef0330

View File

@@ -49,9 +49,6 @@ namespace Opm {
inline currentGroupConstraints& set( Opm::Group::ProductionCMode cpc,
Opm::Group::InjectionCMode cgic,
Opm::Group::InjectionCMode cwic);
inline bool has();
};
@@ -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