We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fdbcd9 commit 9a9f903Copy full SHA for 9a9f903
test/misc/bigfloat_test.jl
@@ -23,7 +23,7 @@
23
24
function f!(du, u, p, t)
25
du[1] = u[2]
26
- du[2] = 1 / p * u[1]
+ du[2] = u[1]
27
end
28
function bca!(resid_a, u_a, p)
29
resid_a[1] = u_a[1] - 1
0 commit comments