Skip to content

Commit a1bb35b

Browse files
Update components.jl
1 parent a03361f commit a1bb35b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Hydraulic/IsothermalCompressible/components.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@ Fixed fluid volume.
388388
p_int = p_int
389389
end
390390

391-
@components begin
391+
systems = @named begin
392392
port = HydraulicPort(;)
393393
end
394394

@@ -470,7 +470,7 @@ See also [`FixedVolume`](@ref), [`DynamicVolume`](@ref)
470470
dm(t), [guess = 0]
471471
end
472472

473-
@components begin
473+
systems = @named begin
474474
port = HydraulicPort()
475475
flange = MechanicalPort()
476476
damper = ValveBase(reversible;

0 commit comments

Comments
 (0)