Skip to content

Commit

Permalink
Merge branch 'master' of github.com:nexusformat/code
Browse files Browse the repository at this point in the history
  • Loading branch information
eugenwintersberger committed Dec 9, 2015
2 parents ec1686e + ecb65f0 commit 7252946
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindings/f90/NXmodule.f90
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ MODULE NXmodule
INTEGER(kind=NXi4) :: dummy(1040) ! at least as large as in napi.h
END TYPE
TYPE, PUBLIC :: NXhandle
INTEGER(kind=NXi4) :: dummy(5120) ! at least as large as in nxstack.c
INTEGER(kind=NXi4) :: dummy(9058) ! at least as large as in nxstack.c
END TYPE
! *** Buffers for each type of parameter
INTEGER(KIND=NXi1), ALLOCATABLE, PRIVATE :: buffer_i1(:)
Expand Down

0 comments on commit 7252946

Please sign in to comment.