remove setter in SkpropolyTable added for external serialization
This commit is contained in:
parent
a80c5ffad3
commit
6bbf72bba8
@ -37,7 +37,6 @@ namespace Opm {
|
||||
explicit SkprpolyTable(const DeckKeyword& table);
|
||||
|
||||
double referenceConcentration() const;
|
||||
void setReferenceConcentration(double refConcentration);
|
||||
|
||||
const std::vector<std::vector<double>>& getSkinPressures() const;
|
||||
|
||||
|
@ -258,11 +258,6 @@ namespace Opm{
|
||||
return m_ref_polymer_concentration;
|
||||
}
|
||||
|
||||
void SkprpolyTable::setReferenceConcentration(double refConcentration)
|
||||
{
|
||||
m_ref_polymer_concentration = refConcentration;
|
||||
}
|
||||
|
||||
const std::vector<std::vector<double>>&
|
||||
SkprpolyTable::getSkinPressures() const
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user