Thrill  0.1
suffix_sorting.hpp
Go to the documentation of this file.
1 /*******************************************************************************
2  * examples/suffix_sorting/suffix_sorting.hpp
3  *
4  * Part of Project Thrill - http://project-thrill.org
5  *
6  * Copyright (C) 2016 Timo Bingmann <[email protected]>
7  *
8  * All rights reserved. Published under the BSD-2 license in the LICENSE file.
9  ******************************************************************************/
10 
11 #pragma once
12 #ifndef THRILL_EXAMPLES_SUFFIX_SORTING_SUFFIX_SORTING_HEADER
13 #define THRILL_EXAMPLES_SUFFIX_SORTING_SUFFIX_SORTING_HEADER
14 
15 #include <thrill/api/dia.hpp>
16 
17 namespace examples {
18 namespace suffix_sorting {
19 
20 extern bool debug_print;
21 
22 } // namespace suffix_sorting
23 } // namespace examples
24 
25 #endif // !THRILL_EXAMPLES_SUFFIX_SORTING_SUFFIX_SORTING_HEADER
26 
27 /******************************************************************************/
Definition: bfs.hpp:21