Skip to content

Commit 9c3278f

Browse files
committed
less strict type signature
1 parent 66c6565 commit 9c3278f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/systems/connectors.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ function isframe(sys)
188188
end
189189

190190
"Return orienation object of a multibody frame."
191-
function ori(sys::ODESystem)
191+
function ori(sys)
192192
if sys.metadata isa Dict && (O = get(sys.metadata, :orientation, nothing)) !== nothing
193193
return O
194194
else

0 commit comments

Comments
 (0)