| 1 | /* |
|---|---|
| 2 | * common.hpp |
| 3 | * |
| 4 | * Created on: May 13, 2020 |
| 5 | * Author: i-bird |
| 6 | */ |
| 7 | |
| 8 | #ifndef COMMON_HPP_ |
| 9 | #define COMMON_HPP_ |
| 10 | |
| 11 | |
| 12 | constexpr int SKIP_LABELLING = 512; |
| 13 | constexpr int KEEP_PROPERTIES = 512; |
| 14 | |
| 15 | |
| 16 | #endif /* COMMON_HPP_ */ |
| 17 |
| 1 | /* |
|---|---|
| 2 | * common.hpp |
| 3 | * |
| 4 | * Created on: May 13, 2020 |
| 5 | * Author: i-bird |
| 6 | */ |
| 7 | |
| 8 | #ifndef COMMON_HPP_ |
| 9 | #define COMMON_HPP_ |
| 10 | |
| 11 | |
| 12 | constexpr int SKIP_LABELLING = 512; |
| 13 | constexpr int KEEP_PROPERTIES = 512; |
| 14 | |
| 15 | |
| 16 | #endif /* COMMON_HPP_ */ |
| 17 |