Skip to content

Commit 7252946

Browse files
Merge branch 'master' of github.com:nexusformat/code
2 parents ec1686e + ecb65f0 commit 7252946

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)