HDFFV-9739 and cmake improvements merge from develop
This commit is contained in:
@@ -37,8 +37,8 @@ import org.junit.rules.TestName;
|
||||
|
||||
public class TestH5Ocreate {
|
||||
@Rule public TestName testname = new TestName();
|
||||
private static final String H5_EXTFILE = "h5ex_g_iterate.hdf";
|
||||
private static final String H5_FILE = "test.h5";
|
||||
private static final String H5_EXTFILE = "h5ex_g_iterateO2.hdf";
|
||||
private static final String H5_FILE = "testO.h5";
|
||||
private static final int DIM_X = 4;
|
||||
private static final int DIM_Y = 6;
|
||||
long H5fcpl = -1;
|
||||
|
||||
Reference in New Issue
Block a user