mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-31 17:10:47 +08:00
Correct java test dimension (#3482)
This commit is contained in:
parent
0b24f40b0f
commit
80fe48f2d3
@ -278,7 +278,7 @@ public class TestH5Arw {
|
||||
@Test
|
||||
public void testH5Aread_32bit_ints()
|
||||
{
|
||||
int[][] attr_data = new int[DIM_X][DIM16_Y];
|
||||
int[][] attr_data = new int[DIM_X][DIM32_Y];
|
||||
|
||||
try {
|
||||
openH5file(H5_INTS_FILE, DATASETU32);
|
||||
|
@ -226,7 +226,7 @@ public class TestH5Drw {
|
||||
@Test
|
||||
public void testH5Dread_32bit_ints()
|
||||
{
|
||||
int[][] dset_data = new int[DIM_X][DIM16_Y];
|
||||
int[][] dset_data = new int[DIM_X][DIM32_Y];
|
||||
|
||||
try {
|
||||
openH5file(H5_INTS_FILE, DATASETU32);
|
||||
|
Loading…
x
Reference in New Issue
Block a user