-
- Downloads
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.
Showing
- embarrassing_adapter.hpp 8 additions, 0 deletionsembarrassing_adapter.hpp
- frustmag/frustmag.hpp 5 additions, 5 deletionsfrustmag/frustmag.hpp
- gauge/gauge.cpp 11 additions, 11 deletionsgauge/gauge.cpp
- ising/ising.cpp 6 additions, 6 deletionsising/ising.cpp
- pt_adapter.hpp 10 additions, 8 deletionspt_adapter.hpp
- test_adapter.hpp 4 additions, 4 deletionstest_adapter.hpp
Loading
Please register or sign in to comment