test/H5test.cc

- include "H5Part.h" insteed of "H5Part.hh"
This commit is contained in:
2006-09-19 01:08:53 +00:00
parent 8e328d1dc5
commit 8a9cdf320c
+1 -1
View File
@@ -1,7 +1,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <hdf5.h>
#include "H5Part.hh"
#include "H5Part.h"
#include <fstream>
#include <iomanip>