Skip to content

Commit eeabe8e

Browse files
authored
Remove MTKStdLib.Blocks namespacing
Submodule already loaded.
1 parent cc324ce commit eeabe8e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/analysis_points.jl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ using Unitful
1313
# no units first
1414
@mtkmodel FirstOrderTest begin
1515
@components begin
16-
in = Blocks.Step()
17-
fb = Blocks.Feedback()
18-
fo = Blocks.SecondOrder(k = 1, w = 1, d = 0.1)
16+
in = Step()
17+
fb = Feedback()
18+
fo = SecondOrder(k = 1, w = 1, d = 0.1)
1919
end
2020
@equations begin
2121
connect(in.output, :u, fb.input1)

0 commit comments

Comments
 (0)