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

Rework triple_iterator to be const correct #934

Closed
mantid-builder opened this issue Jan 25, 2008 · 1 comment
Closed

Rework triple_iterator to be const correct #934

mantid-builder opened this issue Jan 25, 2008 · 1 comment
Labels
Low Priority Things that you don't ever want to be done.
Milestone

Comments

@mantid-builder
Copy link
Collaborator

Original Reporter: Russell Taylor

When using the current triple_iterator as a const_iterator it does not use const iterators underneath to access the workspace data. Thus the const versions of dataX. dataY etc. in the workspaces and in Histogram1D are never actually called.

@mantid-builder
Copy link
Collaborator Author

This issue was originally trac ticket 86

@mantid-builder mantid-builder added the Low Priority Things that you don't ever want to be done. label Jun 3, 2015
@mantid-builder mantid-builder added this to the Iteration 5 milestone Jun 3, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Low Priority Things that you don't ever want to be done.
Projects
None yet
Development

No branches or pull requests

1 participant