Current Path: > > opt > cloudlinux > venv > lib > python3.11 > site-packages > numpy > f2py > tests > src > parameter
Operation : Linux premium131.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64 Software : Apache Server IP : 162.0.232.56 | Your IP: 216.73.216.111 Domains : 1034 Domain(s) Permission : [ 0755 ]
Name | Type | Size | Last Modified | Actions |
---|---|---|---|---|
constant_both.f90 | File | 1939 bytes | April 17 2025 13:10:58. | |
constant_compound.f90 | File | 469 bytes | April 17 2025 13:10:58. | |
constant_integer.f90 | File | 612 bytes | April 17 2025 13:10:58. | |
constant_non_compound.f90 | File | 609 bytes | April 17 2025 13:10:58. | |
constant_real.f90 | File | 610 bytes | April 17 2025 13:10:58. |
! Check that parameters are correct intercepted. ! Constants with comma separations are commonly ! used, for instance Pi = 3._dp subroutine foo_single(x) implicit none integer, parameter :: rp = selected_real_kind(6) real(rp), intent(inout) :: x dimension x(3) real(rp), parameter :: three = 3._rp x(1) = x(1) + x(2) + x(3) * three return end subroutine subroutine foo_double(x) implicit none integer, parameter :: rp = selected_real_kind(15) real(rp), intent(inout) :: x dimension x(3) real(rp), parameter :: three = 3._rp x(1) = x(1) + x(2) + x(3) * three return end subroutine
SILENT KILLER Tool