OpenFPM_pdata  4.1.0
Project that contain the implementation of distributed structures
 
Loading...
Searching...
No Matches
CellList_def.hpp
1/*
2 * CellList_def.hpp
3 *
4 * Created on: Jun 4, 2019
5 * Author: i-bird
6 */
7
8#ifndef CELLLIST_DEF_HPP_
9#define CELLLIST_DEF_HPP_
10
11constexpr unsigned int NO_CHECK = 1;
12constexpr unsigned int SAFE = 2;
13
14#endif /* CELLLIST_DEF_HPP_ */