mirror of
https://github.com/triqs/dft_tools
synced 2025-01-13 14:29:01 +01:00
73d81cc55a
- bool at_end() for a mesh point means AFTER the last point , as end in STL. It was not correct ( +1 missing). - also the at_end was not computed in the mesh product. - it slightly changes the test_fit_tail --> just changed the output. --> did this bug affect other functions/codes ?