Skip to content

Commit ce050dc

Browse files
committed
import symcheck
1 parent 64b589d commit ce050dc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Blocks/Blocks.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ The module `Blocks` contains common input-output components, referred to as bloc
44
module Blocks
55
using ModelingToolkit, Symbolics
66
using IfElse: ifelse
7-
using ..ModelingToolkitStandardLibrary: @symcheck
7+
import ..@symcheck
88

99
@parameters t
1010
D = Differential(t)

src/Mechanical/Rotational/Rotational.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ module Rotational
55

66
using ModelingToolkit, Symbolics, IfElse
77
using ...Blocks: RealInput, RealOutput
8-
using ..ModelingToolkitStandardLibrary: @symcheck
8+
import ..@symcheck
99

1010
@parameters t
1111
D = Differential(t)

0 commit comments

Comments
 (0)