diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2020-05-12 20:45:22 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2020-05-12 20:45:22 (GMT) |
commit | 415647d63a0783a566402d98baad2b65677ab812 (patch) | |
tree | aaeb7234705bc5c8197e4f17e83ff8603479c05d /fortran/testpar/ptest.f90 | |
parent | 5b441f84c9a09d216a018c34eb488c241db0a060 (diff) | |
download | hdf5-415647d63a0783a566402d98baad2b65677ab812.zip hdf5-415647d63a0783a566402d98baad2b65677ab812.tar.gz hdf5-415647d63a0783a566402d98baad2b65677ab812.tar.bz2 |
Whitespace cleanup
Diffstat (limited to 'fortran/testpar/ptest.f90')
-rw-r--r-- | fortran/testpar/ptest.f90 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fortran/testpar/ptest.f90 b/fortran/testpar/ptest.f90 index 3b07f21..0721244 100644 --- a/fortran/testpar/ptest.f90 +++ b/fortran/testpar/ptest.f90 @@ -18,8 +18,8 @@ PROGRAM parallel_test USE HDF5 USE MPI - USE TH5_MISC - + USE TH5_MISC + IMPLICIT NONE INTEGER :: mpierror ! MPI hdferror flag |