public header files moved to ../include/h5core

This commit is contained in:
2010-04-22 11:49:38 +00:00
parent 17426706fc
commit d24ae27e47
20 changed files with 19 additions and 19 deletions
+19 -19
View File
@@ -396,12 +396,8 @@ src/Fortran/TestUnderscore.f -text
src/Fortran/TestUnderscoreC.c -text
src/h5_core/Makefile.am -text
src/h5_core/h5_attribs.c -text
src/h5_core/h5_attribs.h -text
src/h5_core/h5_core.h -text
src/h5_core/h5_core_private.h -text
src/h5_core/h5_errno.h -text
src/h5_core/h5_errorhandling.c -text
src/h5_core/h5_errorhandling.h -text
src/h5_core/h5_errorhandling_private.h -text
src/h5_core/h5_fcmp.c -text
src/h5_core/h5_fcmp_private.h -text
@@ -410,61 +406,65 @@ src/h5_core/h5_hdf5_private.h -text
src/h5_core/h5_hsearch.c -text
src/h5_core/h5_hsearch_private.h -text
src/h5_core/h5_maps.c -text
src/h5_core/h5_maps.h -text
src/h5_core/h5_mpi.c -text
src/h5_core/h5_mpi_private.h -text
src/h5_core/h5_openclose.c -text
src/h5_core/h5_openclose.h -text
src/h5_core/h5_qsort.c -text
src/h5_core/h5_qsort_private.h -text
src/h5_core/h5_qsort_r.c -text
src/h5_core/h5_readwrite.c -text
src/h5_core/h5_readwrite.h -text
src/h5_core/h5_readwrite_private.h -text
src/h5_core/h5_syscall.c -text
src/h5_core/h5_syscall_private.h -text
src/h5_core/h5_types.h -text
src/h5_core/h5_types_private.h -text
src/h5_core/h5b_errorhandling_private.h -text
src/h5_core/h5b_types_private.h -text
src/h5_core/h5t_adjacencies.c -text
src/h5_core/h5t_adjacencies.h -text
src/h5_core/h5t_consts.c -text
src/h5_core/h5t_consts_private.h -text
src/h5_core/h5t_core.h -text
src/h5_core/h5t_core_private.h -text
src/h5_core/h5t_errorhandling.c -text
src/h5_core/h5t_errorhandling_private.h -text
src/h5_core/h5t_hsearch.c -text
src/h5_core/h5t_hsearch_private.h -text
src/h5_core/h5t_inquiry.c -text
src/h5_core/h5t_inquiry.h -text
src/h5_core/h5t_map.c -text
src/h5_core/h5t_map.h -text
src/h5_core/h5t_map_private.h -text
src/h5_core/h5t_openclose.c -text
src/h5_core/h5t_openclose.h -text
src/h5_core/h5t_readwrite.c -text
src/h5_core/h5t_readwrite.h -text
src/h5_core/h5t_readwrite_private.h -text
src/h5_core/h5t_retrieve.c -text
src/h5_core/h5t_retrieve.h -text
src/h5_core/h5t_retrieve_private.h -text
src/h5_core/h5t_storemesh.c -text
src/h5_core/h5t_storemesh.h -text
src/h5_core/h5t_storemesh_private.h -text
src/h5_core/h5t_tags.c -text
src/h5_core/h5t_tags.h -text
src/h5_core/h5t_tags_private.h -text
src/h5_core/h5t_tetm_adjacencies.c -text
src/h5_core/h5t_tetm_adjacencies_private.h -text
src/h5_core/h5t_types_private.h -text
src/h5_core/h5u_errorhandling_private.h -text
src/h5_core/h5u_readwrite.c -text
src/h5_core/h5u_readwrite.h -text
src/h5_core/h5u_types_private.h -text
src/h5_core/hdf5_misc.c -text
src/h5_core/hdf5_misc.h -text
src/include/h5core/h5_attribs.h -text
src/include/h5core/h5_core.h -text
src/include/h5core/h5_errno.h -text
src/include/h5core/h5_errorhandling.h -text
src/include/h5core/h5_maps.h -text
src/include/h5core/h5_openclose.h -text
src/include/h5core/h5_readwrite.h -text
src/include/h5core/h5_types.h -text
src/include/h5core/h5t_adjacencies.h -text
src/include/h5core/h5t_core.h -text
src/include/h5core/h5t_inquiry.h -text
src/include/h5core/h5t_map.h -text
src/include/h5core/h5t_openclose.h -text
src/include/h5core/h5t_readwrite.h -text
src/include/h5core/h5t_retrieve.h -text
src/include/h5core/h5t_storemesh.h -text
src/include/h5core/h5t_tags.h -text
src/include/h5core/h5u_readwrite.h -text
src/include/h5core/hdf5_misc.h -text
test/H5Block/BlockTestSpecs.txt -text
test/H5Block/H5BlockDissolveGhosts.c -text
test/H5Block/H5BlockParTestScalarField.c -text