Skip to content

Commit

Permalink
Fixed bug sirocco-rt#157
Browse files Browse the repository at this point in the history
  • Loading branch information
Higginbottom committed Jul 2, 2015
1 parent b4c308a commit 560dcf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/bands.c
Original file line number Diff line number Diff line change
Expand Up @@ -517,7 +517,7 @@ bands_init (imode, band)

f1_log = log10 (f1);
f2_log = log10 (f2);
df = (f2_log - f1_log) / (band->nbands + 1);
df = (f2_log - f1_log) / (band->nbands );
ii = 0;
while (ii < band->nbands)
{
Expand Down

0 comments on commit 560dcf8

Please sign in to comment.