File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ C *** NXHANDLESIZE should be the size of an INTEGER*4 array that is (at least)
3636C *** large enough to hold an NXhandle structure
3737 INTEGER NXHANDLESIZE
3838C PARAMETER(NXHANDLESIZE=5120)
39- PARAMETER(NXHANDLESIZE=9058 )
39+ PARAMETER(NXHANDLESIZE=9124 )
4040C *** NXLINKSIZE is (at least) the size of an INTEGER*4 array that can hold
4141C *** an NXlink structure: we'll assume 64bit alignment of structure members for safety
4242 INTEGER NXLINKSIZE
Original file line number Diff line number Diff 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(9058 ) ! at least as large as in nxstack.c
76+ INTEGER (kind= NXi4) :: dummy(9124 ) ! 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(:)
You can’t perform that action at this time.
0 commit comments