Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Laplacian symbol Δ is not exported #760

Open
wsshin opened this issue Jan 20, 2022 · 0 comments · May be fixed by #761
Open

Laplacian symbol Δ is not exported #760

wsshin opened this issue Jan 20, 2022 · 0 comments · May be fixed by #761

Comments

@wsshin
Copy link
Contributor

wsshin commented Jan 20, 2022

This section of the documentation says # Δ is an alias for Laplacian(), but it is not exported:

(@v1.8) pkg> st ApproxFun
Status `~/.julia/environments/v1.8/Project.toml`
  [28f2ccd6] ApproxFun v0.13.0

julia> Δ
ERROR: UndefVarError: Δ not defined

julia> ApproxFun.Δ
ConcreteLaplacian : ApproxFunBase.UnsetSpace() → ApproxFunBase.UnsetSpace()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant