diff --git a/Cantera/src/ResidEval.h b/Cantera/src/ResidEval.h index 5ca3726b6..e1b0c1680 100755 --- a/Cantera/src/ResidEval.h +++ b/Cantera/src/ResidEval.h @@ -74,7 +74,7 @@ namespace Cantera { */ virtual void applyFilter(const double time, const double deltaT, const double *ydot, const double *y, - double *ydot) = 0; + double *delta_y) = 0; /** * Write out to a file or to standard output the current solution