OpenFPM_pdata  4.1.0
Project that contain the implementation of distributed structures
 
Loading...
Searching...
No Matches
HDF5_wr.hpp
1/*
2 * HDF5_wr.hpp
3 *
4 * Created on: May 1, 2017
5 * Author: i-bird
6 */
7
8#ifndef OPENFPM_IO_SRC_HDF5_WR_HDF5_WR_HPP_
9#define OPENFPM_IO_SRC_HDF5_WR_HDF5_WR_HPP_
10
11
12#define VECTOR_DIST 1
13#define GRID_DIST 2
14
15#include "HDF5_writer.hpp"
16#include "HDF5_reader.hpp"
17
18
19#endif /* OPENFPM_IO_SRC_HDF5_WR_HDF5_WR_HPP_ */