add serialization template to SolventDensityTable
This commit is contained in:
parent
6bbf72bba8
commit
c5694f5d80
@ -45,6 +45,12 @@ namespace Opm {
|
||||
return this->m_tableValues.size();
|
||||
}
|
||||
|
||||
template<class Serializer>
|
||||
void serializeOp(Serializer& serializer)
|
||||
{
|
||||
serializer(m_tableValues);
|
||||
}
|
||||
|
||||
private:
|
||||
std::vector<double> m_tableValues;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user