From 49022b6838e0fdcc334040fffae8977152671668 Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Fri, 22 Sep 2006 22:41:30 +0000 Subject: [PATCH] test/H5test.cc - empty PARALLEL_IO conditional part removed --- test/H5test.cc | 5 ----- 1 file changed, 5 deletions(-) diff --git a/test/H5test.cc b/test/H5test.cc index c4525f4..62c7ba3 100755 --- a/test/H5test.cc +++ b/test/H5test.cc @@ -14,10 +14,6 @@ using namespace std; A simple regression test that shows how you use this API to write and read multi-timestep files of particle data. */ -#ifdef PARALLEL_IO - - -#else int ReadFile(const string fn){ char name[64]; @@ -149,4 +145,3 @@ int main(int argc,char **argv){ cerr << "Failed to read file " << fn << endl; } } -#endif