From 0011e28251a5cd8fd66c092b78c988a52e0b80e5 Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Wed, 27 Aug 2008 10:06:46 +0000 Subject: [PATCH] directory h5 renamed to h5_core --- .gitattributes | 54 +++++++++---------- src/{h5 => h5_core}/Makefile.am | 0 src/{h5 => h5_core}/h5_attribs.c | 0 src/{h5 => h5_core}/h5_attribs.h | 0 src/{h5 => h5_core}/h5_core.h | 0 src/{h5 => h5_core}/h5_core_private.h | 0 src/{h5 => h5_core}/h5_errorhandling.c | 0 src/{h5 => h5_core}/h5_errorhandling.h | 0 .../h5_errorhandling_private.h | 0 src/{h5 => h5_core}/h5_general.c | 0 src/{h5 => h5_core}/h5_maps.c | 0 src/{h5 => h5_core}/h5_maps.h | 0 src/{h5 => h5_core}/h5_readwrite.c | 0 src/{h5 => h5_core}/h5_readwrite.h | 0 src/{h5 => h5_core}/h5_types.h | 0 src/{h5 => h5_core}/h5t_boundaries.c | 0 src/{h5 => h5_core}/h5t_boundaries.h | 0 src/{h5 => h5_core}/h5t_errorhandling.c | 0 .../h5t_errorhandling_private.h | 0 src/{h5 => h5_core}/h5t_map.c | 0 src/{h5 => h5_core}/h5t_map.h | 0 src/{h5 => h5_core}/h5t_map_private.h | 0 src/{h5 => h5_core}/h5t_openclose.c | 0 src/{h5 => h5_core}/h5t_openclose.h | 0 src/{h5 => h5_core}/h5t_readwrite.c | 0 src/{h5 => h5_core}/h5t_readwrite.h | 0 src/{h5 => h5_core}/h5u_readwrite.c | 0 src/{h5 => h5_core}/h5u_readwrite.h | 0 28 files changed, 27 insertions(+), 27 deletions(-) rename src/{h5 => h5_core}/Makefile.am (100%) rename src/{h5 => h5_core}/h5_attribs.c (100%) rename src/{h5 => h5_core}/h5_attribs.h (100%) rename src/{h5 => h5_core}/h5_core.h (100%) rename src/{h5 => h5_core}/h5_core_private.h (100%) rename src/{h5 => h5_core}/h5_errorhandling.c (100%) rename src/{h5 => h5_core}/h5_errorhandling.h (100%) rename src/{h5 => h5_core}/h5_errorhandling_private.h (100%) rename src/{h5 => h5_core}/h5_general.c (100%) rename src/{h5 => h5_core}/h5_maps.c (100%) rename src/{h5 => h5_core}/h5_maps.h (100%) rename src/{h5 => h5_core}/h5_readwrite.c (100%) rename src/{h5 => h5_core}/h5_readwrite.h (100%) rename src/{h5 => h5_core}/h5_types.h (100%) rename src/{h5 => h5_core}/h5t_boundaries.c (100%) rename src/{h5 => h5_core}/h5t_boundaries.h (100%) rename src/{h5 => h5_core}/h5t_errorhandling.c (100%) rename src/{h5 => h5_core}/h5t_errorhandling_private.h (100%) rename src/{h5 => h5_core}/h5t_map.c (100%) rename src/{h5 => h5_core}/h5t_map.h (100%) rename src/{h5 => h5_core}/h5t_map_private.h (100%) rename src/{h5 => h5_core}/h5t_openclose.c (100%) rename src/{h5 => h5_core}/h5t_openclose.h (100%) rename src/{h5 => h5_core}/h5t_readwrite.c (100%) rename src/{h5 => h5_core}/h5t_readwrite.h (100%) rename src/{h5 => h5_core}/h5u_readwrite.c (100%) rename src/{h5 => h5_core}/h5u_readwrite.h (100%) diff --git a/.gitattributes b/.gitattributes index 77023c2..0f76163 100644 --- a/.gitattributes +++ b/.gitattributes @@ -370,33 +370,33 @@ src/bindings/Fortran/H5PartF90.inc -text src/bindings/Fortran/TestUnderscore.f -text src/bindings/Fortran/TestUnderscoreC.c -text src/bindings/Makefile.am -text -src/h5/Makefile.am -text -src/h5/h5_attribs.c -text -src/h5/h5_attribs.h -text -src/h5/h5_core.h -text -src/h5/h5_core_private.h -text -src/h5/h5_errorhandling.c -text -src/h5/h5_errorhandling.h -text -src/h5/h5_errorhandling_private.h -text -src/h5/h5_general.c -text -src/h5/h5_maps.c -text -src/h5/h5_maps.h -text -src/h5/h5_readwrite.c -text -src/h5/h5_readwrite.h -text -src/h5/h5_types.h -text -src/h5/h5t_boundaries.c -text -src/h5/h5t_boundaries.h -text -src/h5/h5t_errorhandling.c -text -src/h5/h5t_errorhandling_private.h -text -src/h5/h5t_map.c -text -src/h5/h5t_map.h -text -src/h5/h5t_map_private.h -text -src/h5/h5t_openclose.c -text -src/h5/h5t_openclose.h -text -src/h5/h5t_readwrite.c -text -src/h5/h5t_readwrite.h -text -src/h5/h5u_readwrite.c -text -src/h5/h5u_readwrite.h -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_errorhandling.c -text +src/h5_core/h5_errorhandling.h -text +src/h5_core/h5_errorhandling_private.h -text +src/h5_core/h5_general.c -text +src/h5_core/h5_maps.c -text +src/h5_core/h5_maps.h -text +src/h5_core/h5_readwrite.c -text +src/h5_core/h5_readwrite.h -text +src/h5_core/h5_types.h -text +src/h5_core/h5t_boundaries.c -text +src/h5_core/h5t_boundaries.h -text +src/h5_core/h5t_errorhandling.c -text +src/h5_core/h5t_errorhandling_private.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/h5u_readwrite.c -text +src/h5_core/h5u_readwrite.h -text test/H5Block/BlockTestSpecs.txt -text test/H5Block/H5BlockDissolveGhosts.c -text test/H5Block/H5BlockParTestScalarField.c -text diff --git a/src/h5/Makefile.am b/src/h5_core/Makefile.am similarity index 100% rename from src/h5/Makefile.am rename to src/h5_core/Makefile.am diff --git a/src/h5/h5_attribs.c b/src/h5_core/h5_attribs.c similarity index 100% rename from src/h5/h5_attribs.c rename to src/h5_core/h5_attribs.c diff --git a/src/h5/h5_attribs.h b/src/h5_core/h5_attribs.h similarity index 100% rename from src/h5/h5_attribs.h rename to src/h5_core/h5_attribs.h diff --git a/src/h5/h5_core.h b/src/h5_core/h5_core.h similarity index 100% rename from src/h5/h5_core.h rename to src/h5_core/h5_core.h diff --git a/src/h5/h5_core_private.h b/src/h5_core/h5_core_private.h similarity index 100% rename from src/h5/h5_core_private.h rename to src/h5_core/h5_core_private.h diff --git a/src/h5/h5_errorhandling.c b/src/h5_core/h5_errorhandling.c similarity index 100% rename from src/h5/h5_errorhandling.c rename to src/h5_core/h5_errorhandling.c diff --git a/src/h5/h5_errorhandling.h b/src/h5_core/h5_errorhandling.h similarity index 100% rename from src/h5/h5_errorhandling.h rename to src/h5_core/h5_errorhandling.h diff --git a/src/h5/h5_errorhandling_private.h b/src/h5_core/h5_errorhandling_private.h similarity index 100% rename from src/h5/h5_errorhandling_private.h rename to src/h5_core/h5_errorhandling_private.h diff --git a/src/h5/h5_general.c b/src/h5_core/h5_general.c similarity index 100% rename from src/h5/h5_general.c rename to src/h5_core/h5_general.c diff --git a/src/h5/h5_maps.c b/src/h5_core/h5_maps.c similarity index 100% rename from src/h5/h5_maps.c rename to src/h5_core/h5_maps.c diff --git a/src/h5/h5_maps.h b/src/h5_core/h5_maps.h similarity index 100% rename from src/h5/h5_maps.h rename to src/h5_core/h5_maps.h diff --git a/src/h5/h5_readwrite.c b/src/h5_core/h5_readwrite.c similarity index 100% rename from src/h5/h5_readwrite.c rename to src/h5_core/h5_readwrite.c diff --git a/src/h5/h5_readwrite.h b/src/h5_core/h5_readwrite.h similarity index 100% rename from src/h5/h5_readwrite.h rename to src/h5_core/h5_readwrite.h diff --git a/src/h5/h5_types.h b/src/h5_core/h5_types.h similarity index 100% rename from src/h5/h5_types.h rename to src/h5_core/h5_types.h diff --git a/src/h5/h5t_boundaries.c b/src/h5_core/h5t_boundaries.c similarity index 100% rename from src/h5/h5t_boundaries.c rename to src/h5_core/h5t_boundaries.c diff --git a/src/h5/h5t_boundaries.h b/src/h5_core/h5t_boundaries.h similarity index 100% rename from src/h5/h5t_boundaries.h rename to src/h5_core/h5t_boundaries.h diff --git a/src/h5/h5t_errorhandling.c b/src/h5_core/h5t_errorhandling.c similarity index 100% rename from src/h5/h5t_errorhandling.c rename to src/h5_core/h5t_errorhandling.c diff --git a/src/h5/h5t_errorhandling_private.h b/src/h5_core/h5t_errorhandling_private.h similarity index 100% rename from src/h5/h5t_errorhandling_private.h rename to src/h5_core/h5t_errorhandling_private.h diff --git a/src/h5/h5t_map.c b/src/h5_core/h5t_map.c similarity index 100% rename from src/h5/h5t_map.c rename to src/h5_core/h5t_map.c diff --git a/src/h5/h5t_map.h b/src/h5_core/h5t_map.h similarity index 100% rename from src/h5/h5t_map.h rename to src/h5_core/h5t_map.h diff --git a/src/h5/h5t_map_private.h b/src/h5_core/h5t_map_private.h similarity index 100% rename from src/h5/h5t_map_private.h rename to src/h5_core/h5t_map_private.h diff --git a/src/h5/h5t_openclose.c b/src/h5_core/h5t_openclose.c similarity index 100% rename from src/h5/h5t_openclose.c rename to src/h5_core/h5t_openclose.c diff --git a/src/h5/h5t_openclose.h b/src/h5_core/h5t_openclose.h similarity index 100% rename from src/h5/h5t_openclose.h rename to src/h5_core/h5t_openclose.h diff --git a/src/h5/h5t_readwrite.c b/src/h5_core/h5t_readwrite.c similarity index 100% rename from src/h5/h5t_readwrite.c rename to src/h5_core/h5t_readwrite.c diff --git a/src/h5/h5t_readwrite.h b/src/h5_core/h5t_readwrite.h similarity index 100% rename from src/h5/h5t_readwrite.h rename to src/h5_core/h5t_readwrite.h diff --git a/src/h5/h5u_readwrite.c b/src/h5_core/h5u_readwrite.c similarity index 100% rename from src/h5/h5u_readwrite.c rename to src/h5_core/h5u_readwrite.c diff --git a/src/h5/h5u_readwrite.h b/src/h5_core/h5u_readwrite.h similarity index 100% rename from src/h5/h5u_readwrite.h rename to src/h5_core/h5u_readwrite.h