mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-13 16:47:58 +08:00
fixed function declaration (#3579)
This commit is contained in:
parent
80a837ef7e
commit
de95c024f4
@ -20,7 +20,7 @@ NC='\033[0m' # No Color
|
||||
############################################################
|
||||
# Usage #
|
||||
############################################################
|
||||
function usage() {
|
||||
function usage {
|
||||
echo ""
|
||||
# Display usage
|
||||
echo "Purpose: Combine subfiles into a single HDF5 file. Requires the subfiling
|
||||
@ -37,7 +37,7 @@ function usage() {
|
||||
echo ""
|
||||
}
|
||||
|
||||
function gen_mpi() {
|
||||
function gen_mpi {
|
||||
|
||||
# Program to determine MPI rank and size if being run in parallel (-p).
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user