Fixed a compiler error that showed up VC++
This commit is contained in:
parent
77568a91d4
commit
82925de65b
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue