Skip to content

Commit

Permalink
Rename file for collision example
Browse files Browse the repository at this point in the history
  • Loading branch information
KeitaNakamura committed Aug 11, 2024
1 parent feb0dc4 commit fc201ce
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/literate.jl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using Literate

const EXAMPLES = ["elastic_impact.jl",
const EXAMPLES = ["collision.jl",
"tlmpm_vortex.jl",
"implicit_jacobian_free.jl",
"implicit_jacobian_based.jl",
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ makedocs(;
"Home" => "index.md",
"getting_started.md",
"Examples" => [
"examples/elastic_impact.md",
"examples/collision.md",
"examples/tlmpm_vortex.md",
"examples/implicit_jacobian_free.md",
"examples/implicit_jacobian_based.md",
Expand Down
4 changes: 2 additions & 2 deletions test/examples.jl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module TestElasticImpact
module TestCollision
const RUN_TESTS = true
cd(tempdir()) do
include(joinpath(@__DIR__, "../docs/literate/examples/elastic_impact.jl"))
include(joinpath(@__DIR__, "../docs/literate/examples/collision.jl"))
end
end

Expand Down

0 comments on commit fc201ce

Please sign in to comment.