From 8a349a040be7604a45a5440fa04f519b668fd3dc Mon Sep 17 00:00:00 2001 From: Silvio Traversaro Date: Mon, 6 Aug 2018 12:33:05 +0200 Subject: [PATCH] Fix Simulate_FallingBall4 docs --- examples/dynamics/Simulate_FallingBall4.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/dynamics/Simulate_FallingBall4.jl b/examples/dynamics/Simulate_FallingBall4.jl index 153596e6..918a7c1a 100644 --- a/examples/dynamics/Simulate_FallingBall4.jl +++ b/examples/dynamics/Simulate_FallingBall4.jl @@ -2,7 +2,7 @@ module Simulate_FallingBall4 Models and simulates a sphere that is falling downwards as 6 dof body -(described by quaternions), **without** collision handling. +(described by quaternions), **with** collision handling. See also models