search for: freq_end

Displaying 1 result from an estimated 1 matches for "freq_end".

Did you mean: req_end
2005 Sep 10
1
Readding Zlast info to the preprocessor
...ed when Zlast was no longer used to compute Pframe. -------------- next part -------------- Index: preprocess.c =================================================================== --- preprocess.c (revision 10007) +++ preprocess.c (working copy) @@ -761,7 +761,8 @@ } Zframe /= (freq_end-freq_start); } - + st->Zlast = Zframe; + Pframe = qcurve(Zframe); /*fprintf (stderr, "%f\n", Pframe);*/