Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

unknown type FuncT in struct #86

Closed
hematthi opened this issue Jun 18, 2022 · 1 comment
Closed

unknown type FuncT in struct #86

hematthi opened this issue Jun 18, 2022 · 1 comment
Labels
documentation Improvements or additions to documentation help wanted Extra attention is needed

Comments

@hematthi
Copy link
Collaborator

struct IntegrateFixedOrder{FuncT,Order,NumGW,RetT} <: AbstractIntegrateFixedOrder where { FuncT, Order<:Integer, RetT<:Real }
x::SVector{Order,RetT} # Technically, order = Order-1
w::SVector{Order,RetT}
gw::SVector{NumGW,RetT}
f::FuncT
end

@hematthi hematthi added documentation Improvements or additions to documentation help wanted Extra attention is needed labels Jun 18, 2022
@eford
Copy link
Member

eford commented Jun 26, 2022

Intentionally left vague, since may be function or functor

@eford eford closed this as completed Jun 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants