Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
numpy / f2py / tests / src / common / gh19161.f90
Size: Mime:
module typedefmod
  use iso_fortran_env, only: real32
end module typedefmod

module data
  use typedefmod, only: real32
  implicit none
  real(kind=real32) :: x
  common/test/x
end module data