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

Bad method signatures in JEventSource_EVIO.cc when HAVE_EVIO not defined #874

Open
faustus123 opened this issue Jan 29, 2025 · 0 comments
Open
Assignees

Comments

@faustus123
Copy link
Contributor

In the JEventSource_EVIO.cc class there is a section that is conditionally compiled when EVIO is not present. This starts at around line 67. The signature for the constructor does not match the one in the header. Also, the GetEvent, GetObjects and FreeEvent methods are wrong (FreeEvent should be replaced by FinishEvent).

I believe this class is no longer used and probably should be removed. However, that may be more involved than simply making this change to allow compilation to succeed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants