Made the destructor virtual
This commit is contained in:
parent
9b90beb0e0
commit
204f6bff33
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ namespace Cantera {
|
|||
isReversibleWithFrac = false;
|
||||
beta = 0.0;
|
||||
}
|
||||
~ReactionData(){}
|
||||
virtual ~ReactionData(){}
|
||||
|
||||
int reactionType;
|
||||
int number;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue