-
Notifications
You must be signed in to change notification settings - Fork 18
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
Typo in parallelproj source code #805
Comments
Hi. this file comes from |
Old version of parallelproj (v1.0.0) |
did it give STIR compilation problems? Maybe only with the TOF branch? If not, we could raise the parallelproj minimum version in STIR's (I guess SIRF never sees parallelproj itself, so not sure if this issue was in the right place). |
Yes, it gave STIR compilation problems on the master branch |
ok. Please check in which version of parallelproj this was fixed and generate a PR on STIR at https://github.com/UCL/STIR/blob/ea105a0ce2299afe2e598f249ecbe69de988b7c2/CMakeLists.txt#L200 accordingly and the SIRF-SuperBuild at SIRF-SuperBuild/version_config.cmake Line 282 in 79cc17a
I'll transfer this issue |
This was fixed in |
/devel/build/sources/parallelproj/c/include/parallelproj_c.h
line 284
typo:
short n_tofbins;
correction:
short n_tofbins,
I didn't know exactly where this came from in SIRF/STIR so didn't do a PR
Tested after this correction and SIRF builds fine on master branch
The text was updated successfully, but these errors were encountered: