Skip to content
Snippets Groups Projects
Commit 822db5b1 authored by andy's avatar andy
Browse files

BUG: Reinstated pure virtual species table function

parent 1644766f
Branches
Tags
No related merge requests found
......@@ -109,6 +109,9 @@ public:
// Member Functions
//- Return access to the list of species
virtual const speciesTable& species() const = 0;
//- Return access to the thermo packages
virtual const HashPtrTable<ThermoType>& speciesThermo() const = 0;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment