Skip to content

Commit cf81042

Browse files
Merge pull request #200 from ven-k/vkb/fix-IdealGear-export
Don't export IdealGear from TranslationalPosition and TranslationalModelica
2 parents 5bde835 + 79868bf commit cf81042

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Mechanical/TranslationalModelica/TranslationalModelica.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ D = Differential(t)
1212
export Flange
1313
include("utils.jl")
1414

15-
export Fixed, Mass, Spring, Damper, IdealGear
15+
export Fixed, Mass, Spring, Damper
1616
include("components.jl")
1717

1818
export Force

src/Mechanical/TranslationalPosition/TranslationalPosition.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ D = Differential(t)
1212
export Flange
1313
include("utils.jl")
1414

15-
export Fixed, Mass, Spring, Damper, IdealGear
15+
export Fixed, Mass, Spring, Damper
1616
include("components.jl")
1717

1818
export Force

0 commit comments

Comments
 (0)