Skip to content
Snippets Groups Projects
Verified Commit b5b13ee3 authored by Tamas Gal's avatar Tamas Gal :speech_balloon:
Browse files

Formatting

parent fdbf406e
Branches
No related tags found
No related merge requests found
struct PDFIntegrationPoints
xy::Vector{Tuple{Float64, Float64}}
xy::Vector{Tuple{Float64,Float64}}
function PDFIntegrationPoints(n::Int)
new([(cos(x), sin(x)) for x = (0.5π/n):(π/n):π])
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment