Browse Source

remove warnings

richarddobson 2 years ago
parent
commit
591d26e452
1 changed files with 0 additions and 2 deletions
  1. 0 2
      dev/standalone/freeze.c

+ 0 - 2
dev/standalone/freeze.c

@@ -1602,11 +1602,9 @@ int iter_shift_interp(int cnt,int passno, double *gain,double *pshift,int local_
             nextval = inbuf[i];
             diff    = nextval - val;
             z = val + ((double)diff * part);
-            // **** FIX ME **** Shoukd the += be ifn the if or not
             if(iterating)
                 z = (z * thisgain);
             z += outbuf[j];
-            // END OF CODE NEEDNG FIXING
             outbuf[j++] = (float)z;
             d      += dz->param[ITER_SSTEP];
             i      = (int)d;                        /* TRUNCATE */