Skip to content

Commit

Permalink
improved format
Browse files Browse the repository at this point in the history
  • Loading branch information
passscoed committed Jul 30, 2024
1 parent 37c7837 commit a7915fe
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/fastsum.jl
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,8 @@ function FASTSUM(
c::Vector{<:Real},
n::Integer = 256,
p::Integer = 8,
eps_I::Real = 8/256,
eps_B::Real = 1/16,
eps_I::Real = 8 / 256,
eps_B::Real = 1 / 16,
nn::Integer = 512,
m::Integer = 8,
)
Expand All @@ -155,8 +155,8 @@ function FASTSUM(
c::Union{Real,UndefInitializer} = undef,
n::Integer = 256,
p::Integer = 8,
eps_I::Real = 8/256,
eps_B::Real = 1/16,
eps_I::Real = 8 / 256,
eps_B::Real = 1 / 16,
nn::Integer = 512,
m::Integer = 8,
)
Expand Down

0 comments on commit a7915fe

Please sign in to comment.