Skip to content

Commit 259482a

Browse files
hsnyderawvwgk
andauthored
Update doc/specs/stdlib_quadrature.md
Co-authored-by: Sebastian Ehlert <28669218+awvwgk@users.noreply.github.com>
1 parent 4dbd769 commit 259482a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

doc/specs/stdlib_quadrature.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ Accuracy has been validated up to N=64 by comparing computed results to tablulat
247247

248248
### Syntax
249249

250-
`subroutine [[stdlib_quadrature(module):gauss_legendre_lobatto(interface)]](x, w [, interval])`
250+
`subroutine [[stdlib_quadrature(module):gauss_legendre_lobatto(interface)]] (x, w[, interval])`
251251

252252
### Arguments
253253

@@ -268,4 +268,3 @@ real(dp), dimension(N) :: x,w
268268
call gauss_legendre_lobatto(x,w)
269269
integral = sum(x**2 * w)
270270
```
271-

0 commit comments

Comments
 (0)