Skip to content
Snippets Groups Projects
Commit 59651150 authored by Jonas Greitemann's avatar Jonas Greitemann
Browse files

measurements() member function shadows member var

The change described in the commit message of 489a6f27 has been
implemented. Client codes have to replace any usage of the protected
`measurements` member variable (of `alps::mcbase`) with the
`measurements()` member function. Failing to do so generates errors
(because the function shadows the variable) thus accidental misuse is
precluded.
parent 9b1b1d2a
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment