Fixed mismatch between declaration and definition
This commit is contained in:
parent
95e519ad30
commit
9c4b02c455
1 changed files with 1 additions and 1 deletions
|
|
@ -151,7 +151,7 @@ namespace Cantera {
|
|||
/**
|
||||
* Take one internal step.
|
||||
*/
|
||||
virtual int step(doublereal tout) {
|
||||
virtual doublereal step(doublereal tout) {
|
||||
warn("step"); return 0;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue