NetCDF-Fortran  4.4.4
EightByteIntTest.f90
Go to the documentation of this file.
2  use typesizes
3  implicit none
4 
5  integer (kind = EightByteInt) :: Eight
6  integer :: defaultInt
7 
8  print *, "Bit size of default int is", bit_size(defaultint)
9  print *, "Kind parameter for EightByteInt is", eightbyteint
10  print *, "Bit size of eight byte int is", bit_size(eight)
11 end program eightbytinttest
integer, parameter eightbyteint
Definition: typeSizes.f90:33
program eightbytinttest

Return to the Main Unidata NetCDF page.
Generated on Fri Oct 27 2017 08:12:17 for NetCDF-Fortran. NetCDF is a Unidata library.