Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bf5d0666 authored by Glenn Kasten's avatar Glenn Kasten
Browse files

Minor fixes to fir generator

Initialize variable with "= false", and remove trailing space in comment

Change-Id: I51135c1b6275e910155a0331b741e7d11b03fae2
parent bf31b330
Loading
Loading
Loading
Loading
+3 −3
Original line number Original line Diff line number Diff line
@@ -99,7 +99,7 @@ int main(int argc, char** argv)
    double Fc = 20478;
    double Fc = 20478;
    double atten = 1;
    double atten = 1;
    int format = 0;     // 0=fixed, 1=float
    int format = 0;     // 0=fixed, 1=float
    bool declarations = 0;
    bool declarations = false;


    // in order to keep the errors associated with the linear
    // in order to keep the errors associated with the linear
    // interpolation of the coefficients below the quantization error
    // interpolation of the coefficients below the quantization error