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

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