dm_arg_help Subroutine

public subroutine dm_arg_help(args)

Prints command-line arguments to standard output if --help or -h is passed.

Arguments

Type IntentOptional Attributes Name
type(arg_type), intent(inout) :: args(:)

Arguments array.


Called by

proc~~dm_arg_help~~CalledByGraph proc~dm_arg_help dm_arg_help proc~dm_arg_read dm_arg_read proc~dm_arg_read->proc~dm_arg_help