hdf5/hl/fortran/test
M. Scot Breitenfeld 7b056aadff Added SEQUENCE to derived types for NAG:
Section 81 of the compiler manual, e.g. at

http://www.nag.co.uk/nagware/np/r61_doc/np61_manual.pdf

covers details about the compiler's internal representations, including

"
Fortran derived types are translated into C structs.
If BIND(C) or SEQUENCE is used, the order of the items within
the struct is the same as the order within the derived type definition.
Otherwise, the order of items is permuted to
put larger types at the front of the struct so as to improve alignment
and reduce storage; the C output code can be
inspected to determine the ordering used.
"

Removed INTENT(IN) to fix segfaults in C APIs for TYPE(C_PTR).

Tested: NAG (gnu)
2016-09-23 11:31:43 -05:00
..
CMakeLists.txt [svn-r30154] Fixed inequality comparsions for reals in HL fortran tests 2016-07-07 08:36:50 -05:00
CMakeTests.cmake [svn-r29864] Add ignore test names for Valgrind process. 2016-05-04 10:19:34 -05:00
Makefile.am [svn-r30154] Fixed inequality comparsions for reals in HL fortran tests 2016-07-07 08:36:50 -05:00
tstds.F90 [svn-r30113] Description: 2016-06-28 16:53:48 -05:00
tstimage.F90 [svn-r30113] Description: 2016-06-28 16:53:48 -05:00
tstlite.F90 [svn-r30154] Fixed inequality comparsions for reals in HL fortran tests 2016-07-07 08:36:50 -05:00
tsttable.F90 Added SEQUENCE to derived types for NAG: 2016-09-23 11:31:43 -05:00