Changes between Version 8 and Version 9 of PDAF_debugging


Ignore:
Timestamp:
Feb 5, 2024, 4:13:35 PM (3 months ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PDAF_debugging

    v8 v9  
    4040   INTEGER :: dbg_id  ! Debugging flag: >0 for debug output; =0 for no debug output
    4141
    42    CALL PDAF_set debug_flag(dbg_id)
    43 }}}
    44 Setting the single argument of `PDAFomi_set_debug_flag` to a value larger 0 will active the output, while =0 will deactivate it.
     42   CALL PDAF_set_debug_flag(dbg_id)
     43}}}
     44Setting the single argument of `PDAF_set_debug_flag` to a value larger 0 will active the output, while =0 will deactivate it.
    4545
    4646The call to `PDAF_set_debug_flag` call can be inserted in different routines. Some recommended places are