OpenFPM_pdata  4.1.0
Project that contain the implementation of distributed structures
 
Loading...
Searching...
No Matches
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
17void openfpm_init_wrapper(int * argc, char *** argv);
18void openfpm_finalize_wrapper();
19
20#endif /* INITIALIZE_VCL_HPP_ */