COMP: make Function1 writeEntries virtual

This commit is contained in:
Mark Olesen
2022-05-17 17:24:42 +02:00
parent 9e2214131c
commit ae0ef3efed
11 changed files with 11 additions and 11 deletions

View File

@ -144,7 +144,7 @@ public:
virtual void writeData(Ostream& os) const;
//- Write coefficient entries in dictionary format
void writeEntries(Ostream& os) const;
virtual void writeEntries(Ostream& os) const;
};