Changes between Version 8 and Version 9 of PDAF_debugging
- Timestamp:
- Feb 5, 2024, 4:13:35 PM (10 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PDAF_debugging
v8 v9 40 40 INTEGER :: dbg_id ! Debugging flag: >0 for debug output; =0 for no debug output 41 41 42 CALL PDAF_set 43 }}} 44 Setting the single argument of `PDAF omi_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 }}} 44 Setting the single argument of `PDAF_set_debug_flag` to a value larger 0 will active the output, while =0 will deactivate it. 45 45 46 46 The call to `PDAF_set_debug_flag` call can be inserted in different routines. Some recommended places are