src/h5core/h5t_octree.c:
- definition of 'h5_oct_dta_types' moved from header file to this file
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user