Skip to content

Commit a48af53

Browse files
author
Brad Carman
committed
IfElse fix
1 parent 57058b6 commit a48af53

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/Hydraulic/IsothermalCompressible/IsothermalCompressible.jl

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,13 @@ Library to model iso-thermal compressible liquid fluid flow
33
"""
44
module IsothermalCompressible
55

6-
using ModelingToolkit, Symbolics, IfElse
6+
using ModelingToolkit, Symbolics
7+
78
using ...Blocks: RealInput, RealOutput
89
using ...Mechanical.Translational: MechanicalPort, Mass
910

11+
using IfElse: ifelse
12+
1013
@parameters t
1114
D = Differential(t)
1215

0 commit comments

Comments
 (0)