Himalaya
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
HierarchyTypes.hpp
Go to the documentation of this file.
1 // ====================================================================
2 // This file is part of Himalaya.
3 //
4 // Himalaya is licenced under the GNU General Public License (GNU GPL)
5 // version 3.
6 // ====================================================================
7 
8 #pragma once
9 
10 #include <array>
11 
13 
14 namespace himalaya {
15 namespace hierarchies {
16 
17 using ExpansionFlags_t = std::array<int, ExpansionDepth::NUMBER_OF_EXPANSIONS>;
18 
19 } // hierarchies
20 } // himalaya
std::array< int, ExpansionDepth::NUMBER_OF_EXPANSIONS > ExpansionFlags_t
Definition: H3.cpp:14