Fixed a compiler error that showed up VC++

This commit is contained in:
Harry Moffat 2004-06-30 21:08:33 +00:00
parent 77568a91d4
commit 82925de65b

View file

@ -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