OpenFPM_pdata  1.1.0
Project that contain the implementation of distributed structures
 All Data Structures Namespaces Functions Variables Typedefs Enumerations Friends Pages
HDF5_XdmfWriter.hpp
1 /*
2  * H5PartWriter.hpp
3  *
4  * Created on: Feb 7, 2016
5  * Author: i-bird
6  */
7 
8 #ifndef OPENFPM_IO_SRC_HDF5_XDMFWRITER_HDF5_XDMFWRITER_HPP_
9 #define OPENFPM_IO_SRC_HDF5_XDMFWRITER_HDF5_XDMFWRITER_HPP_
10 
11 #define H5PART_WRITER 0x20000
12 
13 #define H5_POINTSET 1
14 
15 template <unsigned int imp>
17 {
18 
19 };
20 
21 #include "HDF5_XdmfWriter_point_set.hpp"
22 
23 
24 #endif /* OPENFPM_IO_SRC_HDF5_XDMFWRITER_HDF5_XDMFWRITER_HPP_ */