error_unit Function

public pure function error_unit()

Returns the file unit number associated with the error file

Arguments

None

Return Value integer


Contents

Source Code


Source Code

  pure integer function error_unit ()
    implicit none
    error_unit = error_unit_no
  end function error_unit