diff --git a/.gitignore b/.gitignore index 9b60546..7d1dada 100644 --- a/.gitignore +++ b/.gitignore @@ -5,4 +5,5 @@ *.jls *.jld *.sublime-workspace +*.vscode docs/build/ diff --git a/Project.toml b/Project.toml index 7f19c58..6c242df 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "FinEtoolsHeatDiff" uuid = "972d1c22-8bdd-11e9-11cf-cdcb7577b041" authors = ["Petr Krysl "] -version = "3.0.2" +version = "3.0.3" [deps] Arpack = "7d9fca2a-8960-54d3-9f78-7d1dccf2cb97" diff --git a/README.md b/README.md index 5f28883..2ae3756 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ be executed as described in the [conceptual guide to `FinEtools`](https://petrkryslucsd.github.io/FinEtools.jl/latest). For instance ``` -julia> include("steady_state/2-d\\Poisson_examples.jl"); Poisson_examples.allrun() +julia> include("steady_state/3-d/actuator_examples.jl"); Main.actuator_examples.allrun() ``` ## Past news