PATH: //opt/cloudlinux/venv/lib/python3.11/site-packages/numpy/f2py/tests/src/assumed_shape
FILE_BARU
CREATE
FOLDER_BARU
MKDIR
UPLOAD_FILE
GO
[ .. KEMBALI ]
📄 .f2py_f2cmap
↓
X
📄 foo_free.f90
↓
X
📄 foo_mod.f90
↓
X
📄 foo_use.f90
↓
X
📄 precision.f90
↓
X
SAVING...
BERHASIL DIUBAH!
EDITING: foo_use.f90
subroutine sum_with_use(x, res) use precision implicit none real(kind=rk), intent(in) :: x(:) real(kind=rk), intent(out) :: res integer :: i !print *, "size(x) = ", size(x) res = 0.0 do i = 1, size(x) res = res + x(i) enddo end subroutine
SIMPAN PERUBAHAN