Skip to content

Commit 8cc950d

Browse files
log
1 parent 83a1f30 commit 8cc950d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/Hydraulic/isothermal_compressible.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,8 +150,9 @@ end
150150

151151
@mtkbuild sys = System()
152152
prob = ODEProblem(sys, [], (0, 5))
153+
@show prob.u0
153154
sol = solve(prob, Rodas5P(); abstol = 1e-6, reltol = 1e-9)
154-
155+
@show sol[1]
155156
# begin
156157
# fig = Figure()
157158

0 commit comments

Comments
 (0)