Skip to content

Commit 586a108

Browse files
Update src/Hydraulic/IsothermalCompressible/components.jl
1 parent a1bb35b commit 586a108

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Hydraulic/IsothermalCompressible/components.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ Fixed fluid volume.
392392
port = HydraulicPort(;)
393393
end
394394

395-
@variables begin
395+
vars = @variables begin
396396
rho(t), [guess = liquid_density(port)]
397397
m(t), [guess = vol * liquid_density(port)]
398398
p(t) = p_int

0 commit comments

Comments
 (0)