Skip to content

Commit 34dc394

Browse files
committed
bump minor version
1 parent 7592d4f commit 34dc394

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "Inti"
22
uuid = "fb74042b-437e-4c5b-88cf-d4e2beb394d5"
3-
version = "0.1.4"
3+
version = "0.1.5"
44

55
[deps]
66
Bessels = "0e736298-9ec6-45e8-9647-e4fc86a2fe38"

src/reference_integration.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ order(::Fejer{N}) where {N} = N - 1
108108
w = zero(x)
109109
for j in 1:N
110110
tmp = 0.0
111-
for l in 1:floor(N / 2)
111+
for l in 1:floor(N/2)
112112
tmp += 1 / (4 * l^2 - 1) * cos(2 * l * theta[j])
113113
end
114114
w[j] = 2 / N * (1 - 2 * tmp)

0 commit comments

Comments
 (0)