3
0
mirror of https://github.com/triqs/dft_tools synced 2025-04-22 08:20:18 +02:00
Olivier Parcollet 899210ff53 arrays: fix bug in ellipsis when it is of size 0
- a(1,ellipsis()) for a an array<T,1> e.g.,
was not compiling.
- also added const_iterator for range to allow simple code :
  for (auto i : range {3,6}) ....-> i = 3,4,5 as in python
2013-11-18 23:41:32 +01:00
..
2013-10-21 15:12:08 +02:00
2013-10-17 00:32:09 +02:00