From bbbaa6a21b13aa26a9a41236b31c68ffeaa7df33 Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Fri, 3 Jun 2016 17:25:48 +0200 Subject: [PATCH] src/h5core/h5t_octree.c: - definition of 'h5_oct_dta_types' moved from header file to this file --- src/h5core/h5t_octree.c | 3 +++ src/h5core/private/h5t_octree.h | 2 -- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/h5core/h5t_octree.c b/src/h5core/h5t_octree.c index 019990b..9879528 100644 --- a/src/h5core/h5t_octree.c +++ b/src/h5core/h5t_octree.c @@ -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, diff --git a/src/h5core/private/h5t_octree.h b/src/h5core/private/h5t_octree.h index 9c33bb4..d723467 100644 --- a/src/h5core/private/h5t_octree.h +++ b/src/h5core/private/h5t_octree.h @@ -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