Skip to content

Commit

Permalink
swapped shape and scale parameter in power law distribution call. fix…
Browse files Browse the repository at this point in the history
…es power law distribution in #123
  • Loading branch information
ChrisJones687 committed Dec 18, 2020
1 parent 6799250 commit fc47e4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/pops/radial_kernel.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ class RadialDispersalKernel
weibull_distribution(distance_scale, shape),
normal_distribution(distance_scale),
lognormal_distribution(distance_scale),
power_law_distribution(distance_scale, shape),
power_law_distribution(shape, distance_scale),
hyperbolic_secant_distribution(distance_scale),
gamma_distribution(distance_scale, shape),
exponential_power_distribution(distance_scale, shape),
Expand Down

0 comments on commit fc47e4d

Please sign in to comment.