Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | run |
real(dp) function cepa_3_single(run)
integer, intent(in) :: run
! todo
call stop_all("cepa_3_single", "TODO")
unused_var(run)
cepa_3_single = 0.0_dp
end function cepa_3_single