Module pattern_log_mod
module pattern_log_mod
! Uses
use Precision_mod
use Namelist_mod
use Chambers_mod
use Det_Geom_mod
use Tdc_mod
use Unp_mod
use Hists_mod
use Track_mod
use Pattern_mod
! Subroutines and functions
public subroutine LogWinDCs (BorA)
public subroutine LogCl ()
public subroutine LogFGResult ()
end module pattern_log_mod
Description of Subroutines and Functions
LogWinDCs
public subroutine LogWinDCs (BorA)
character, INTENT(in) :: BorA
end subroutine LogWinDCs
------------------------------------------------------------------------------
LogCl
public subroutine LogCl ()
end subroutine LogCl
------------------------------------------------------------------------------
LogFGResult
public subroutine LogFGResult ()
end subroutine LogFGResult
------------------------------------------------------------------------------