[OneD] Make StFlow::componentIndex virtual

This commit is contained in:
Ray Speth 2013-09-30 01:54:06 +00:00
parent 8498123689
commit ddb8bf8eb8

View file

@ -160,7 +160,7 @@ public:
virtual std::string componentName(size_t n) const;
size_t componentIndex(const std::string& name) const;
virtual size_t componentIndex(const std::string& name) const;
//! Print the solution.
virtual void showSolution(const doublereal* x);