forked from jwyllie83/mtr
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request traviscross#16 from rpwoodbu/fix_sizes
Convey static array sizes with a constant instead of manual immediate values. Good work. You say "log scale" while it is quadratic. wouldn't for (i=NUM_FACTORS-1,t=1.0;i>0;i--, t = t/2.5) factors[i] = t; work better? (I'm away, I remember seeing factors 0.02 and 0.05 next to each other hence the 2.5 )
- Loading branch information
Showing
1 changed file
with
36 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters