OpenFPM_data  0.1.0
Project that contain the implementation and interfaces for basic structure like vectors, grids, graph ... .
 All Data Structures Namespaces Functions Variables Typedefs Friends
object_util.hpp
1 /*
2  * vector_util.hpp
3  *
4  * Created on: May 31, 2015
5  * Author: i-bird
6  */
7 
8 #ifndef VECTOR_UTIL_HPP_
9 #define VECTOR_UTIL_HPP_
10 
11 
12 #include "object_creator.hpp"
13 #include "object_s_di.hpp"
14 #include "object_si_d.hpp"
15 
16 #endif /* VECTOR_UTIL_HPP_ */