Definition at line 286 of file dc_args.f90.
 
◆ dcargsdebug0()
  
  
      
        
          | subroutine dc_args::debug::dcargsdebug0  | 
          ( | 
          type(args), intent(inout)  | 
          arg | ) | 
           | 
         
       
   | 
  
private   | 
  
 
Definition at line 521 of file dc_args.f90.
  532     type(args), 
intent(inout) :: arg
   534     character(STRING) :: val_debug
   535     character(len = *), 
parameter  :: subname = 
'DCArgsDebug'   537     if (.not. arg % initialized) 
then   538       call messagenotify(
'W', subname, 
'Call Open before Debug in dc_args.')
   541     call option(arg, 
stoa(
'-D', 
'--debug'), opt_debug, val_debug, &
   542       & help=
"call dc_trace#SetDebug (display a lot of messages for debug). " // &
   543       & 
"VAL is unit number (default is standard output)")
   545       if (trim(val_debug) == 
'') 
then 
subroutine, public setdebug(debug)
 
integer, parameter, public string
文字列を保持する 文字型変数の種別型パラメタ 
 
 
 
 
The documentation for this interface was generated from the following file: