Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [svn-r15628] Description: | Quincey Koziol | 2008-09-16 | 1 | -2/+2 |
| | | | | | | | | | | | | | Remove trailing whitespace from C/C++ source files, with the following script: foreach f (*.[ch] *.cpp) sed 's/[[:blank:]]*$//' $f > sed.out && mv sed.out $f end Tested on: Mac OS X/32 10.5.5 (amazon) No need for h5committest, just whitespace changes... | ||||
* | [svn-r14923] Maintenance: This check-in merges changes from the fortran_1_8 ↵ | Elena Pourmal | 2008-05-03 | 1 | -0/+99 |
| | | | | | | | branch back into the trunk (up to revision 14921) Platforms tested: kagiso with g95 and Intel compilers; more testing will be done after checking in a fresh copy from the trunk. New code itself was tested with all Fortran compilers available at THG | ||||
* | [svn-r14903] Undoing change committed in r14902. | Scot Breitenfeld | 2008-04-30 | 1 | -99/+0 |
| | |||||
* | [svn-r14902] Merged fortran_1_8 branch changes r14505:14901 into the trunk. ↵ | Scot Breitenfeld | 2008-04-30 | 1 | -0/+99 |
New fortran wrappers added. |