Skip to content

Commit ecb65f0

Browse files
Merge pull request #403 from chrisemblhh/f90-nxhandle
Increase the size of the NXhandle dummy array (fix #402) Fixes #402
2 parents 618cd0a + 2849cc8 commit ecb65f0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bindings/f90/NXmodule.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ MODULE NXmodule
7373
INTEGER(kind=NXi4) :: dummy(1040) ! at least as large as in napi.h
7474
END TYPE
7575
TYPE, PUBLIC :: NXhandle
76-
INTEGER(kind=NXi4) :: dummy(5120) ! at least as large as in nxstack.c
76+
INTEGER(kind=NXi4) :: dummy(9058) ! at least as large as in nxstack.c
7777
END TYPE
7878
! *** Buffers for each type of parameter
7979
INTEGER(KIND=NXi1), ALLOCATABLE, PRIVATE :: buffer_i1(:)

0 commit comments

Comments
 (0)