Dashboard
PHP:
8.3.30
OS:
Linux
User:
dh_mnqueb
/
/
usr
/
lib
/
python3
/
dist-packages
/
numpy
/
f2py
/
tests
/
src
/
module_data
📤 Upload
📝 New File
📁 New Folder
Close
Editing: 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
Save
Cancel