change FILE path

This commit is contained in:
Allen Byrne
2018-08-23 21:22:32 -05:00
parent 510950623a
commit c9b37b93e9
2 changed files with 2 additions and 2 deletions

View File

@@ -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 {