From 181847d4c6a7d639ca4e51b3fe7291630914c026 Mon Sep 17 00:00:00 2001 From: Ilian Pihlajamaa Date: Mon, 11 Sep 2023 17:55:06 +0200 Subject: [PATCH] fix mistake --- src/problems/basic_problems.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/problems/basic_problems.jl b/src/problems/basic_problems.jl index 90f5bfefa..dd94f21a0 100644 --- a/src/problems/basic_problems.jl +++ b/src/problems/basic_problems.jl @@ -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