remove accessors in WellTracerProperties added for external serialization
This commit is contained in:
@@ -38,8 +38,6 @@ namespace Opm {
|
||||
bool operator==(const WellTracerProperties& other) const;
|
||||
bool operator!=(const WellTracerProperties& other) const;
|
||||
|
||||
const ConcentrationMap& getConcentrations() const;
|
||||
|
||||
template<class Serializer>
|
||||
void serializeOp(Serializer& serializer)
|
||||
{
|
||||
|
||||
@@ -55,7 +55,4 @@ namespace Opm {
|
||||
return !(*this == other);
|
||||
}
|
||||
|
||||
const WellTracerProperties::ConcentrationMap& WellTracerProperties::getConcentrations() const {
|
||||
return m_tracerConcentrations;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user