Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
chancyk committed Dec 19, 2024
1 parent cafd8a1 commit fe3e440
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/derichekde.nim
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,11 @@ type
sum_anticausal*: float


proc deriche_causal_coeff*(a_out: var array[0..4, float],
b_out: var array[0..3, float],
sigma: float) =
proc deriche_causal_coeff*(
a_out: var array[0..4, float],
b_out: var array[0..3, float],
sigma: float
) =
let K = 4

# Coefficients from Getreuer's implementation
Expand Down

0 comments on commit fe3e440

Please sign in to comment.