# | Line 497 | Line 497 | double Ldmax | |
---|---|---|
497 | logLddyn = log(Lddyn); | |
498 | Ldavg = sqrt(Ldmax*Ldmin); | |
499 | i = HISTI(tms->hbrmin); | |
500 | < | brt0 = MINBRT + HISTEP/2 + i*HISTEP; |
500 | > | brt0 = HISTV(i); |
501 | histlen = HISTI(tms->hbrmax) + 1 - i; | |
502 | /* histogram total and mean */ | |
503 | histot = 0; sum = 0; |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |