mirror of
https://github.com/HDFGroup/hdf5.git
synced 2026-09-25 04:09:44 +03:00
Correct java test dimension (#3482)
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user