Skip to content

Commit

Permalink
fix issue #117
Browse files Browse the repository at this point in the history
  • Loading branch information
adokter committed Jul 28, 2020
1 parent e3330c3 commit e6f8908
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/constants.h
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@
// the minimum range [m] used for constructing the bird density profile
#define RANGEMIN 5000.0f
// the maximum range [m] used for constructing the bird density profile
#define RANGEMAX 25000.0f
#define RANGEMAX 35000.0f
// the minimum azimuth [degrees] used for constructing the bird density profile
#define AZIMMIN 0.0f
// the maximum range [degrees] used for constructing the bird density profile
Expand Down

0 comments on commit e6f8908

Please sign in to comment.