Skip to content

Commit 9a9f903

Browse files
committed
Fix typos
1 parent 1fdbcd9 commit 9a9f903

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/misc/bigfloat_test.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
function f!(du, u, p, t)
2525
du[1] = u[2]
26-
du[2] = 1 / p * u[1]
26+
du[2] = u[1]
2727
end
2828
function bca!(resid_a, u_a, p)
2929
resid_a[1] = u_a[1] - 1

0 commit comments

Comments
 (0)