dc_clock::close Interface Reference

Private Member Functions

subroutine dcclockclose0 (clk)
 

Detailed Description

Definition at line 180 of file dc_clock.f90.

Member Function/Subroutine Documentation

◆ dcclockclose0()

subroutine dc_clock::close::dcclockclose0 ( type(clock), intent(inout)  clk)
private

Definition at line 245 of file dc_clock.f90.

245  !
246  !=== CLOCK の終了サブルーチン
247  !
248  ! CLOCK 型の変数をクローズします.
249  !
250  implicit none
251  type(clock), intent(inout):: clk
252  character(*), parameter:: subname = 'DCClockClose'
253  continue
254  call beginsub(subname)
255  if (clk % initialized) then
256  clk % initialized = .false.
257  clk % name = ''
258  end if
259  call endsub(subname)

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