summaryrefslogtreecommitdiffstats
path: root/fortran/test/tH5MISC_1_8.f90
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r26481] Removed compiler warnings. HDF5-239Scot Breitenfeld2015-03-191-5/+5
| | | | Tested: h5committest.
* [svn-r26479] Fix for: HDFFV-9162Scot Breitenfeld2015-03-191-35/+35
| | | | | | | | h5pget_class_f should return hid_t for classtype Also removed all left over C comment artifacts /* and */ in the Fortran comments. Tested: h5committest
* [svn-r25238] Removed warning about the data type of the actual argument does ↵Scot Breitenfeld2014-06-041-1/+1
| | | | | | not match the definition to verify function. Trivial fix. tested: jam (gnu)
* [svn-r24967] Maintenance: Reorganized and cleaned the code to remove ↵Elena Pourmal2014-04-061-0/+474
compiler warnings in the Fortran test code and examples. Platforms tested: Manual testing in place and using srcdir on jam, platypus, and emu with default and PGI, Intel and new GNU compilers. ifort compiler was also tested with -i8 and -r8 flags on jam. CMake tested on jam.