remove accessors in DeckRecord added for external serialization
This commit is contained in:
@@ -70,8 +70,6 @@ namespace Opm {
|
||||
bool operator==(const DeckRecord& other) const;
|
||||
bool operator!=(const DeckRecord& other) const;
|
||||
|
||||
const std::vector<DeckItem>& getItems() const;
|
||||
|
||||
template<class Serializer>
|
||||
void serializeOp(Serializer& serializer)
|
||||
{
|
||||
|
||||
@@ -173,8 +173,4 @@ namespace Opm {
|
||||
return !(*this == other);
|
||||
}
|
||||
|
||||
const std::vector<DeckItem>& DeckRecord::getItems() const {
|
||||
return m_items;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user