Issue #508 Remove IFE option: Equation for repetition rate upper limit author: P B Lloyd, CCFE, Culham Science Centre Issue #508 Remove IFE option: Equation for repetition rate upper limit #=# empty #=#=# empty
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=dp), | intent(out) | :: | tmp_cc | |||
real(kind=dp), | intent(out) | :: | tmp_con | |||
real(kind=dp), | intent(out) | :: | tmp_err | |||
character(len=1), | intent(out) | :: | tmp_symbol | |||
character(len=10), | intent(out) | :: | tmp_units |
subroutine constraint_eqn_049(tmp_cc, tmp_con, tmp_err, tmp_symbol, tmp_units)
!! Issue #508 Remove IFE option: Equation for repetition rate upper limit
!! author: P B Lloyd, CCFE, Culham Science Centre
!! Issue #508 Remove IFE option: Equation for repetition rate upper limit
!! #=# empty
!! #=#=# empty
! Dummy formal arguments, just to comply with the subroutine interface
real(dp), intent(out) :: tmp_cc
real(dp), intent(out) :: tmp_con
real(dp), intent(out) :: tmp_err
character(len=1), intent(out) :: tmp_symbol
character(len=10), intent(out) :: tmp_units
tmp_cc = 0
tmp_con = 0
tmp_err = 0
tmp_symbol = ''
tmp_units = ''
end subroutine constraint_eqn_049