Skip to content

Commit

Permalink
fixed function declaration (HDFGroup#3579)
Browse files Browse the repository at this point in the history
  • Loading branch information
brtnfld authored Sep 22, 2023
1 parent 80a837e commit de95c02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions utils/subfiling_vfd/h5fuse.sh.in
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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).

Expand Down

0 comments on commit de95c02

Please sign in to comment.