3
0
mirror of https://github.com/triqs/dft_tools synced 2024-12-25 13:53:40 +01:00

[arrays] More include by default

This commit is contained in:
Olivier Parcollet 2014-10-16 22:22:47 +02:00
parent 5b6b0ecf38
commit c1f221e085

View File

@ -27,9 +27,12 @@
#include <triqs/arrays/vector.hpp> #include <triqs/arrays/vector.hpp>
// //
//#include <triqs/arrays/functional/map.hpp> #include <triqs/arrays/functional/map.hpp>
#include <triqs/arrays/mapped_functions.hpp> #include <triqs/arrays/mapped_functions.hpp>
#include <triqs/arrays/functional/fold.hpp>
#include <triqs/arrays/algorithms.hpp>
// HDF5 interface // HDF5 interface
#include <triqs/arrays/h5/simple_read_write.hpp> #include <triqs/arrays/h5/simple_read_write.hpp>