OpenFPM_pdata  4.1.0
Project that contain the implementation of distributed structures
 
Loading...
Searching...
No Matches
common_pdata.hpp
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
12constexpr int SKIP_LABELLING = 512;
13constexpr int KEEP_PROPERTIES = 512;
14
15
16#endif /* COMMON_HPP_ */