Skip to content

Commit

Permalink
Update src/solutions/nonlinear_solutions.jl
Browse files Browse the repository at this point in the history
Co-authored-by: Yingbo Ma <[email protected]>
  • Loading branch information
utkarsh530 and YingboMa authored Feb 3, 2021
1 parent efef10e commit c37ff96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/solutions/nonlinear_solutions.jl
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ function build_solution(prob::AbstractNonlinearProblem,
kwargs...)

T = eltype(eltype(u))
N = length((size(u)...,))
N = ndims(u)

NonlinearSolution{T,N,typeof(u),typeof(resid),
typeof(prob),typeof(alg),typeof(original),typeof(left)}(
Expand Down

0 comments on commit c37ff96

Please sign in to comment.