Comment some debugging output.
This commit is contained in:
parent
d75388526b
commit
a0ed3977ce
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@ void FGSteam::set_lowpass ( double *outthe, double inthe, double tc )
|
|||
} else
|
||||
{ /* Moderate time step; non linear response */
|
||||
double keep = exp ( -tc );
|
||||
printf ( "ARP: Keep is %f\n", keep );
|
||||
// printf ( "ARP: Keep is %f\n", keep );
|
||||
(*outthe) = (*outthe) * keep
|
||||
+ inthe * ( 1.0 - keep );
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue