PHP 8.2.30
Preview: module_data_docstring.f90 Size: 224 B
//opt/cloudlinux/venv/lib/python3.11/site-packages/numpy/f2py/tests/src/module_data/module_data_docstring.f90

module mod
  integer :: i
  integer :: x(4)
  real, dimension(2,3) :: a
  real, allocatable, dimension(:,:) :: b
contains
  subroutine foo
    integer :: k
    k = 1
    a(1,2) = a(1,2)+3
  end subroutine foo
end module mod

Directory Contents

Dirs: 0 × Files: 2

Name Size Perms Modified Actions
412 B lrw-r--r-- 2026-01-20 13:01:48
Edit Download
224 B lrw-r--r-- 2026-01-20 13:01:48
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).