Skip to content

Commit 8cb696e

Browse files
committed
Indent constructor header
1 parent 0c2611f commit 8cb696e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/algorithms.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ function GaussLegendre(; n = 250, subintervals = 1, nodes = nothing, weights = n
143143
end
144144

145145
"""
146-
QuadratureRule(q; n=250)
146+
QuadratureRule(q; n=250)
147147
148148
Algorithm to construct and evaluate a quadrature rule `q` of `n` points computed from the
149149
inputs as `x, w = q(n)`. It assumes the nodes and weights are for the standard interval

0 commit comments

Comments
 (0)