From 54546b8e84d07280c758525dd3af584a49103973 Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Wed, 30 Jul 2008 08:20:40 +0000 Subject: [PATCH] h5b renamed to H5Block --- .gitattributes | 16 ++++++++-------- test/{h5b => H5Block}/BlockTestSpecs.txt | 0 test/{h5b => H5Block}/H5BlockDissolveGhosts.c | 0 .../{h5b => H5Block}/H5BlockParTestScalarField.c | 0 .../H5BlockParTestScalarField.pbs | 0 .../H5BlockParTestScalarFieldF.f90 | 0 test/{h5b => H5Block}/H5BlockTestAttributes.c | 0 test/{h5b => H5Block}/H5BlockTestAttributesF.f90 | 0 test/{h5b => H5Block}/Makefile.am | 0 9 files changed, 8 insertions(+), 8 deletions(-) rename test/{h5b => H5Block}/BlockTestSpecs.txt (100%) rename test/{h5b => H5Block}/H5BlockDissolveGhosts.c (100%) rename test/{h5b => H5Block}/H5BlockParTestScalarField.c (100%) rename test/{h5b => H5Block}/H5BlockParTestScalarField.pbs (100%) rename test/{h5b => H5Block}/H5BlockParTestScalarFieldF.f90 (100%) rename test/{h5b => H5Block}/H5BlockTestAttributes.c (100%) rename test/{h5b => H5Block}/H5BlockTestAttributesF.f90 (100%) rename test/{h5b => H5Block}/Makefile.am (100%) diff --git a/.gitattributes b/.gitattributes index 7f5824b..f9d6cbe 100644 --- a/.gitattributes +++ b/.gitattributes @@ -393,6 +393,14 @@ src/h5/t_readwrite.c -text src/h5/t_readwrite.h -text src/h5/u_readwrite.c -text src/h5/u_readwrite.h -text +test/H5Block/BlockTestSpecs.txt -text +test/H5Block/H5BlockDissolveGhosts.c -text +test/H5Block/H5BlockParTestScalarField.c -text +test/H5Block/H5BlockParTestScalarField.pbs -text +test/H5Block/H5BlockParTestScalarFieldF.f90 -text +test/H5Block/H5BlockTestAttributes.c -text +test/H5Block/H5BlockTestAttributesF.f90 -text +test/H5Block/Makefile.am -text test/H5Fed/Makefile.am -text test/H5Fed/read_tet.c -text test/H5Fed/read_triangle.c -text @@ -408,14 +416,6 @@ test/H5Part/H5testF.f -text test/H5Part/H5testFpar.f90 -text test/H5Part/Makefile.am -text test/Makefile.am -text -test/h5b/BlockTestSpecs.txt -text -test/h5b/H5BlockDissolveGhosts.c -text -test/h5b/H5BlockParTestScalarField.c -text -test/h5b/H5BlockParTestScalarField.pbs -text -test/h5b/H5BlockParTestScalarFieldF.f90 -text -test/h5b/H5BlockTestAttributes.c -text -test/h5b/H5BlockTestAttributesF.f90 -text -test/h5b/Makefile.am -text tools/H5PartMerge/AUTHORS -text tools/H5PartMerge/COPYING -text tools/H5PartMerge/ChangeLog -text diff --git a/test/h5b/BlockTestSpecs.txt b/test/H5Block/BlockTestSpecs.txt similarity index 100% rename from test/h5b/BlockTestSpecs.txt rename to test/H5Block/BlockTestSpecs.txt diff --git a/test/h5b/H5BlockDissolveGhosts.c b/test/H5Block/H5BlockDissolveGhosts.c similarity index 100% rename from test/h5b/H5BlockDissolveGhosts.c rename to test/H5Block/H5BlockDissolveGhosts.c diff --git a/test/h5b/H5BlockParTestScalarField.c b/test/H5Block/H5BlockParTestScalarField.c similarity index 100% rename from test/h5b/H5BlockParTestScalarField.c rename to test/H5Block/H5BlockParTestScalarField.c diff --git a/test/h5b/H5BlockParTestScalarField.pbs b/test/H5Block/H5BlockParTestScalarField.pbs similarity index 100% rename from test/h5b/H5BlockParTestScalarField.pbs rename to test/H5Block/H5BlockParTestScalarField.pbs diff --git a/test/h5b/H5BlockParTestScalarFieldF.f90 b/test/H5Block/H5BlockParTestScalarFieldF.f90 similarity index 100% rename from test/h5b/H5BlockParTestScalarFieldF.f90 rename to test/H5Block/H5BlockParTestScalarFieldF.f90 diff --git a/test/h5b/H5BlockTestAttributes.c b/test/H5Block/H5BlockTestAttributes.c similarity index 100% rename from test/h5b/H5BlockTestAttributes.c rename to test/H5Block/H5BlockTestAttributes.c diff --git a/test/h5b/H5BlockTestAttributesF.f90 b/test/H5Block/H5BlockTestAttributesF.f90 similarity index 100% rename from test/h5b/H5BlockTestAttributesF.f90 rename to test/H5Block/H5BlockTestAttributesF.f90 diff --git a/test/h5b/Makefile.am b/test/H5Block/Makefile.am similarity index 100% rename from test/h5b/Makefile.am rename to test/H5Block/Makefile.am