3
0
mirror of https://github.com/triqs/dft_tools synced 2024-10-31 19:23:45 +01:00
dft_tools/test/triqs
Olivier Parcollet 552c440238 arrays : add ConstView to fix const correctness
- A()(0) = 1
will not work any more if A is const, as it should be.

- Introduced the notion of const_view, simply done by a flag
(flag 0, for easy debug)
- changed the slice of ISP to use it (only on C++11 compliant compiler)
- Move BoundCheck Flags to 5.
2013-07-23 08:13:52 +02:00
..
arrays arrays : add ConstView to fix const correctness 2013-07-23 08:13:52 +02:00
clef First commit : triqs libs version 1.0 alpha1 2013-07-17 19:24:07 +02:00
clef_examples First commit : triqs libs version 1.0 alpha1 2013-07-17 19:24:07 +02:00
det_manip First commit : triqs libs version 1.0 alpha1 2013-07-17 19:24:07 +02:00
gf draft of multi-time gf (t,tau), etc... 2013-07-19 13:41:42 +02:00
parameters First commit : triqs libs version 1.0 alpha1 2013-07-17 19:24:07 +02:00
utility utility : tuple, complex_ops 2013-07-19 13:27:03 +02:00
CMakeLists.txt First commit : triqs libs version 1.0 alpha1 2013-07-17 19:24:07 +02:00