fixed function declaration (#3579)

This commit is contained in:
Scot Breitenfeld 2023-09-22 14:25:27 -05:00 committed by GitHub
parent 80a837ef7e
commit de95c024f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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).