diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2018-08-24 02:22:32 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2018-08-24 02:22:32 (GMT) |
commit | c9b37b93e92b29b92707eef4195e2465b5fbb7fe (patch) | |
tree | 9079bd0bf33fb4c0b949eb3a9a4caf456a0ec305 /java/examples | |
parent | 510950623a180603a8af1c5d0fefd50a0ffd7b56 (diff) | |
download | hdf5-c9b37b93e92b29b92707eef4195e2465b5fbb7fe.zip hdf5-c9b37b93e92b29b92707eef4195e2465b5fbb7fe.tar.gz hdf5-c9b37b93e92b29b92707eef4195e2465b5fbb7fe.tar.bz2 |
change FILE path
Diffstat (limited to 'java/examples')
-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 3c9ca82..df1a1b8 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 = "groups/h5ex_g_iterate.h5"; + private static String FILENAME = "./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 f91c707..4719705 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 = "groups/h5ex_g_visit.h5"; + private static String FILE = "./h5ex_g_visit.h5"; public static void main(String[] args) { try { |