diff options
author | Scot Breitenfeld <brtnfld@hdfgroup.org> | 2015-07-14 16:02:08 (GMT) |
---|---|---|
committer | Scot Breitenfeld <brtnfld@hdfgroup.org> | 2015-07-14 16:02:08 (GMT) |
commit | 63344168522b6200f70e0f6dfd70dfa1aa1e1f8f (patch) | |
tree | eedaa2752b10fa7d45d70e6457c57f9cd399d147 /fortran/src/H5Sf.c | |
parent | 2c897f41c044754f53f2fc3ea6f4c1dc1e9fa030 (diff) | |
download | hdf5-63344168522b6200f70e0f6dfd70dfa1aa1e1f8f.zip hdf5-63344168522b6200f70e0f6dfd70dfa1aa1e1f8f.tar.gz hdf5-63344168522b6200f70e0f6dfd70dfa1aa1e1f8f.tar.bz2 |
[svn-r27379] formatting clean-up
Diffstat (limited to 'fortran/src/H5Sf.c')
-rw-r--r-- | fortran/src/H5Sf.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fortran/src/H5Sf.c b/fortran/src/H5Sf.c index a12adfa..67427a7 100644 --- a/fortran/src/H5Sf.c +++ b/fortran/src/H5Sf.c @@ -273,7 +273,7 @@ h5sget_select_elem_npoints_c( hid_t_f *space_id , hssize_t_f * num_points) * HISTORY * * Transpose dimension arrays because of C-FORTRAN storage order - * M. Scot Breitenfeld + * M. Scot Breitenfeld * SOURCE */ @@ -346,7 +346,7 @@ h5sget_select_hyper_blocklist_c( hid_t_f *space_id ,hsize_t_f *startblock, * HISTORY * swapped array bounds to account for C and Fortran reversed * matrix notation. - * M. Scot Breitenfeld + * M. Scot Breitenfeld * SOURCE */ |