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