Skip to content

Commit

Permalink
Merge pull request #107 from gonzalobf/remove-compilation-warning-otp…
Browse files Browse the repository at this point in the history
…26.1

remove compilation warning in OTP26.1
  • Loading branch information
ferd authored Sep 22, 2023
2 parents 685b823 + c7c07ad commit fab61ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/recon_alloc.erl
Original file line number Diff line number Diff line change
Expand Up @@ -703,7 +703,7 @@ weighed_values({SbcsBlockSize, SbcsCarrierSize},
%% but also takes 0/0 to be 100% to make working with sorting and
%% weights simpler.
usage(0,0) -> 1.00;
usage(0.0,0.0) -> 1.00;
usage(+0.0,+0.0) -> 1.00;
%usage(N,0) -> ???;
usage(Block,Carrier) -> Block/Carrier.

Expand Down

0 comments on commit fab61ce

Please sign in to comment.