OpenFPM_pdata  1.1.0
Project that contain the implementation of distributed structures
 All Data Structures Namespaces Functions Variables Typedefs Enumerations Friends Pages
se_grid.hpp
1 /*
2  * se_grid.hpp
3  *
4  * Created on: Aug 13, 2015
5  * Author: i-bird
6  */
7 
8 #ifndef SRC_GRID_SE_GRID_HPP_
9 #define SRC_GRID_SE_GRID_HPP_
10 
11 #include "util/se_util.hpp"
12 
17 #define GRID_ERROR_OBJECT std::runtime_error("Runtime grid error")
18 
19 #endif /* SRC_GRID_SE_GRID_HPP_ */