SUNphi  1.0
Containers.hpp
Go to the documentation of this file.
1 #ifndef _CONTAINERS_HPP
2 #define _CONTAINERS_HPP
3 
4 /// \file Containers.hpp
5 ///
6 /// \brief Header file to include all srtraight containers (not tensor)
7 
8 #include <containers/Map.hpp>
9 #include <containers/Vector.hpp>
10 
11 #endif