3
0
mirror of https://github.com/triqs/dft_tools synced 2024-10-31 19:23:45 +01:00
dft_tools/triqs/arrays/indexmaps
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
..
cuboid clean the TRIQS_COMPILER macros 2013-10-21 15:12:08 +02:00
common.hpp First commit : triqs libs version 1.0 alpha1 2013-07-17 19:24:07 +02:00
permutation.hpp remove workaround for icc 13.0 2013-10-17 00:32:09 +02:00
range.hpp arrays: fix bug in ellipsis when it is of size 0 2013-11-18 23:41:32 +01:00