mirror of
https://github.com/triqs/dft_tools
synced 2025-03-13 20:32:14 +01:00

- 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 ?