From 90e53a6e52af045c8e535a01ad40606271bc39b7 Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Wed, 20 Aug 2008 15:07:45 +0000 Subject: [PATCH] use of obsolete macro fixed --- test/H5Block/H5BlockTestAttributes.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/H5Block/H5BlockTestAttributes.c b/test/H5Block/H5BlockTestAttributes.c index 4a2e2a4..416e9fd 100644 --- a/test/H5Block/H5BlockTestAttributes.c +++ b/test/H5Block/H5BlockTestAttributes.c @@ -99,7 +99,7 @@ _write_attributes ( herr = H5Block3dSetFieldSpacing ( f, "TestField", 2.0, 3.0, 4.0 ); if ( herr < 0 ) return -1; - return H5PART_SUCCESS; + return H5_SUCCESS; } static h5part_int64_t