diff options
author | Scot Breitenfeld <brtnfld@hdfgroup.org> | 2008-09-03 17:01:51 (GMT) |
---|---|---|
committer | Scot Breitenfeld <brtnfld@hdfgroup.org> | 2008-09-03 17:01:51 (GMT) |
commit | 143073f4cc6346b047b93a1b1f2ec4d19d142c30 (patch) | |
tree | 6b23d1cda72e596034f8e0ba06526e0235740173 | |
parent | 8dea24602df936aa94ce70a725b623cb3ab8f659 (diff) | |
download | hdf5-143073f4cc6346b047b93a1b1f2ec4d19d142c30.zip hdf5-143073f4cc6346b047b93a1b1f2ec4d19d142c30.tar.gz hdf5-143073f4cc6346b047b93a1b1f2ec4d19d142c30.tar.bz2 |
[svn-r15590] Description:
Changed blank spacing in Fortran output so the output aligns correctly
-rw-r--r-- | src/libhdf5.settings.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libhdf5.settings.in b/src/libhdf5.settings.in index 920a62d..7d10b10 100644 --- a/src/libhdf5.settings.in +++ b/src/libhdf5.settings.in @@ -42,7 +42,7 @@ Clear file buffers before write: @CLEARFILEBUF@ Languages: ---------- Fortran: @HDF_FORTRAN@ -@BUILD_FORTRAN_CONDITIONAL_TRUE@ Fortran Compiler: @FC@ @FCFLAGS@ +@BUILD_FORTRAN_CONDITIONAL_TRUE@ Fortran Compiler: @FC@ @FCFLAGS@ C++: @HDF_CXX@ @BUILD_CXX_CONDITIONAL_TRUE@ C++ Compiler: @CXX@@CXXFLAGS@ |