[OneD] Make StFlow::componentIndex virtual
This commit is contained in:
parent
8498123689
commit
ddb8bf8eb8
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue