Page MenuHomeHEPForge

pyr_inter.f90
No OneTemporary

pyr_inter.f90

module pyr_inter
!
interface
function pyr(i_dum)
use kinds, only: double
implicit none
real(kind=double) :: pyr
integer, intent(in) :: i_dum
end function pyr
end interface
!
end module pyr_inter

File Metadata

Mime Type
text/plain
Expires
Sat, Dec 21, 4:28 PM (22 h, 45 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
4023446
Default Alt Text
pyr_inter.f90 (298 B)

Event Timeline