add serialization template to WellBrineProperties
This commit is contained in:
@@ -31,6 +31,12 @@ struct WellBrineProperties
|
||||
void handleWSALT(const DeckRecord& rec);
|
||||
bool operator!=(const WellBrineProperties& other) const;
|
||||
bool operator==(const WellBrineProperties& other) const;
|
||||
|
||||
template<class Serializer>
|
||||
void serializeOp(Serializer& serializer)
|
||||
{
|
||||
serializer(m_saltConcentration);
|
||||
}
|
||||
};
|
||||
|
||||
} // namespace Opm
|
||||
|
||||
Reference in New Issue
Block a user