mirror of
https://github.com/HDFGroup/hdf5.git
synced 2026-09-25 04:09:44 +03:00
fixed function declaration (#3579)
This commit is contained in:
@@ -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).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user