mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-31 17:10:47 +08:00
Revert testfile FILE change
This commit is contained in:
parent
c9b37b93e9
commit
a02414cc24
@ -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 {
|
||||
|
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user