Skip to content

Commit

Permalink
fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
passscoed committed Aug 14, 2024
1 parent b7dde89 commit 173575b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/NFMT.jl
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ function Base.getproperty(P::NFMT{D}, v::Symbol) where {D}
pv[D] = 1
for i = D-1:-1:1
pv[i] = pv[i+1] * P.NFFT_struct.N[i+1]
if (BASES[P.basis_vect[i+1]]>0)
if (BASES[P.basis_vect[i+1]] > 0)
pv[i] ÷= 2
end
end
Expand Down

0 comments on commit 173575b

Please sign in to comment.