Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
samhatfield committed Oct 18, 2024
1 parent dfbf4b6 commit 24702d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/programs/ectrans-benchmark.F90
Original file line number Diff line number Diff line change
Expand Up @@ -1105,7 +1105,7 @@ subroutine get_command_line_arguments(nsmax, cgrid, iters, iters_warmup, nfld, n
case('--callmode')
icall_mode = get_int_value('--callmode', iarg)
if (icall_mode /= 1 .and. icall_mode /= 2) then
call parsing_failed("Invalid argument for --calmode: must be 1 or 2")
call parsing_failed("Invalid argument for --callmode: must be 1 or 2")
end if
case default
call parsing_failed("Unrecognised argument: " // trim(carg))
Expand Down

0 comments on commit 24702d0

Please sign in to comment.