summaryrefslogtreecommitdiffstats
path: root/fortran/examples/h5_extend.f90
Commit message (Collapse)AuthorAgeFilesLines
* Removed trailing whitespace from source files.Dana Robinson2020-05-261-27/+27
|
* Change copyright headers to replace url referring to file to be removedlrknox2017-04-141-6/+4
| | | | | | | | and replace it with new url for COPYING file. Fix 2 lines in java error test expected output file where messages include line numbers changed by reducing the copyright header by 2 lines.
* [svn-r24967] Maintenance: Reorganized and cleaned the code to remove ↵Elena Pourmal2014-04-061-1/+1
| | | | | | | | | | 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.
* [svn-r23093] Fixed API to be 1.6 compliant, removed deprecated APIsScot Breitenfeld2012-12-121-1/+1
| | | | Checked: jam (gnu, mpi) --disable-deprecated-symbols, --with-default-api-version=v16
* [svn-r23092] Cleaned-up printed output and corrected output commentsScot Breitenfeld2012-12-121-2/+2
| | | | Tested: jam (gnu)
* [svn-r23088] Changed Fortran examples to reflect changes in documentation ↵Scot Breitenfeld2012-12-101-0/+233
via Barbara; mainly program name changes. Two new examples added: h5_extend.f90 h5_subset.f90 and example fileexample.f90 was removed. Tested: jam (gnu compilers)