Skip to content

Commit

Permalink
fix test solution build
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas committed May 3, 2017
1 parent e0d9f43 commit 22b8650
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/solutions/ode_solutions.jl
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ end

function build_solution(sol::AbstractODESolution,u_analytic,errors)
T = eltype(eltype(sol.u))
N = length(size(sol.u[1])..., length(sol.u))
N = length((size(sol.u[1])..., length(sol.u)))

ODESolution{T,N,typeof(sol.u),typeof(u_analytic),typeof(errors),typeof(sol.t),typeof(sol.k),
typeof(sol.prob),typeof(sol.alg),typeof(sol.interp)}(
Expand Down

0 comments on commit 22b8650

Please sign in to comment.