OpenFPM_pdata  4.1.0
Project that contain the implementation of distributed structures
initialize_wrapper.hpp
1 /*
2  * initialize_vcl.hpp
3  *
4  * Created on: Aug 21, 2018
5  * Author: i-bird
6  */
7 
8 #ifndef INITIALIZE_VCL_HPP_
9 #define INITIALIZE_VCL_HPP_
10 
17 void openfpm_init_wrapper(int * argc, char *** argv);
18 void openfpm_finalize_wrapper();
19 
20 #endif /* INITIALIZE_VCL_HPP_ */