OpenFPM_pdata  4.1.0
Project that contain the implementation of distributed structures
 
Loading...
Searching...
No Matches
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_ */