Skip to content

Commit

Permalink
fix mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
IlianPihlajamaa committed Sep 11, 2023
1 parent 07e5698 commit 181847d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/problems/basic_problems.jl
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ IntegralProblem(y,x;
The fields match the names of the constructor arguments.
"""
struct IntegralDataProblem{Y<:AbstractArray, X<:AbstractVector, DIMVAL} <: AbstractIntegralProblem{false}
struct IntegralDataProblem{Y<:AbstractArray, X<:AbstractVector, DIMVAL, K} <: AbstractIntegralProblem{false}
x::X
y::Y
dim::DIMVAL
Expand Down

0 comments on commit 181847d

Please sign in to comment.