Fixed mismatch between declaration and definition

This commit is contained in:
Harry Moffat 2008-01-03 18:48:26 +00:00
parent 95e519ad30
commit 9c4b02c455

View file

@ -151,7 +151,7 @@ namespace Cantera {
/**
* Take one internal step.
*/
virtual int step(doublereal tout) {
virtual doublereal step(doublereal tout) {
warn("step"); return 0;
}