closeTauContourFile Subroutine

public subroutine closeTauContourFile()

Arguments

None

Contents

Source Code


Source Code

    subroutine closeTauContourFile
        implicit none

        if (iProcIndex == root) then
            close(iunitCycLog)
        end if
    end subroutine closeTauContourFile