diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2018-08-24 02:27:32 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2018-08-24 02:27:32 (GMT) |
commit | a02414cc24e01096a239fc774ce94c38655f53ce (patch) | |
tree | e030d89385d63df601d33bcd3fe7c4cadfd7f5b6 /java | |
parent | c9b37b93e92b29b92707eef4195e2465b5fbb7fe (diff) | |
download | hdf5-a02414cc24e01096a239fc774ce94c38655f53ce.zip hdf5-a02414cc24e01096a239fc774ce94c38655f53ce.tar.gz hdf5-a02414cc24e01096a239fc774ce94c38655f53ce.tar.bz2 |
Revert testfile FILE change
Diffstat (limited to 'java')
-rw-r--r-- | java/examples/groups/H5Ex_G_Iterate.java | 2 | ||||
-rw-r--r-- | java/examples/groups/H5Ex_G_Visit.java | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/java/examples/groups/H5Ex_G_Iterate.java b/java/examples/groups/H5Ex_G_Iterate.java index df1a1b8..3c9ca82 100644 --- a/java/examples/groups/H5Ex_G_Iterate.java +++ b/java/examples/groups/H5Ex_G_Iterate.java @@ -25,7 +25,7 @@ import java.util.HashMap; import java.util.Map; public class H5Ex_G_Iterate { - private static String FILENAME = "./h5ex_g_iterate.h5"; + private static String FILENAME = "groups/h5ex_g_iterate.h5"; private static String DATASETNAME = "/"; enum H5O_type { diff --git a/java/examples/groups/H5Ex_G_Visit.java b/java/examples/groups/H5Ex_G_Visit.java index 4719705..f91c707 100644 --- a/java/examples/groups/H5Ex_G_Visit.java +++ b/java/examples/groups/H5Ex_G_Visit.java @@ -34,7 +34,7 @@ import java.util.ArrayList; public class H5Ex_G_Visit { - private static String FILE = "./h5ex_g_visit.h5"; + private static String FILE = "groups/h5ex_g_visit.h5"; public static void main(String[] args) { try { |