We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The underlying SPECTUB_* code uses the following global variables
SPECTUB_*
STIR/src/recon_buildblock/ProjMatrixByBinSPECTUB.cxx
Lines 63 to 67 in 877511b
The suggested solution is to
ProjMatrixByBinSPECTUB
const
This is slightly painful, but clearer than the alternative of making the SPECTUB_* functions methods of ProjMatrixByBinSPECTUB.
This would then also have to be done for #1100 (but after merging that).
The text was updated successfully, but these errors were encountered:
danieldeidda
Successfully merging a pull request may close this issue.
The underlying
SPECTUB_*
code uses the following global variablesSTIR/src/recon_buildblock/ProjMatrixByBinSPECTUB.cxx
Lines 63 to 67 in 877511b
This creates
The suggested solution is to
ProjMatrixByBinSPECTUB
SPECTUB_*
to include (ideallyconst
) references to the variablesThis is slightly painful, but clearer than the alternative of making the
SPECTUB_*
functions methods ofProjMatrixByBinSPECTUB
.This would then also have to be done for #1100 (but after merging that).
The text was updated successfully, but these errors were encountered: