src/h5core/h5t_octree.c:

- definition of 'h5_oct_dta_types' moved from header file to this file
This commit is contained in:
2016-06-03 17:25:48 +02:00
parent 4c5b16169d
commit bbbaa6a21b
2 changed files with 3 additions and 2 deletions
+3
View File
@@ -9,6 +9,9 @@
#include "private/h5_mpi.h"
h5_oct_dta_types_t h5_oct_dta_types;
static h5_err_t
get_bounding_box_of_octant (
h5t_octree_t* const octree,
-2
View File
@@ -113,8 +113,6 @@ typedef struct h5_oct_dtypes {
MPI_Datatype mpi_octant;
} h5_oct_dta_types_t;
h5_oct_dta_types_t h5_oct_dta_types;
h5_err_t H5t_create_mpi_type_octant ( void );
// Setter functions