Subroutine DEFINE_HISTS

subroutine DEFINE_HISTS

        ! Calls
    call DefineMainHists
    call DefineUserHists
    call HLIMIT
    call HTITLE

        ! Variables
    integer (kind=4) :: NPAWWORDS
    real (kind=4), dimension (NPAWWORDS) :: PAWWORK
    character (len=6) :: runnostring
    character (len=80) :: cross_title

end subroutine DEFINE_HISTS

Description of Variables

NPAWWORDS

integer (kind=4) :: NPAWWORDS

PAWWORK

real (kind=4), dimension (NPAWWORDS) :: PAWWORK

runnostring

character (len=6) :: runnostring

cross_title

character (len=80) :: cross_title