Skip to content

Commit 531a961

Browse files
Merge branch 'master' into master
2 parents 3c35c0e + d452f0f commit 531a961

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/ode/ode_dense_tests.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ const interpolation_results_2d = Vector{typeof(prob_ode_2Dlinear.u0)}(length(int
1414
for idx in eachindex(interpolation_results_2d)
1515
interpolation_results_2d[idx] = zeros(prob_ode_2Dlinear.u0)
1616
end
17+
1718
const deriv_test_points = linspace(0,1,10)
1819

1920
# perform the regression tests

0 commit comments

Comments
 (0)