gtool5 Fortran 90/95 ライブラリ 1.0.0-rc5
English
Loading...
Searching...
No Matches
dc_trace::debug Interface Reference

Public Member Functions

subroutine dctracedebug (dbg_mode)

Detailed Description

Definition at line 178 of file dc_trace.f90.

Member Function/Subroutine Documentation

◆ dctracedebug()

subroutine dc_trace::debug::dctracedebug ( logical, intent(out) dbg_mode)

デバックモードかどうかの診断

SetDebug でデバッグモードになっている場合には .true. が、 デバッグモードでない場合には .false. が返ります。

Parameters
[out]dbg_modeデバッグモードの場合 .true.、そうでなければ .false.

Definition at line 396 of file dc_trace.f90.

397 logical, intent(out):: dbg_mode
398 dbg_mode = dbg >= 0

References dc_trace::dbg.


The documentation for this interface was generated from the following file: