test/H5test.cc

- empty PARALLEL_IO conditional part removed
This commit is contained in:
2006-09-22 22:41:30 +00:00
parent 1b15551170
commit 49022b6838
-5
View File
@@ -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