inquiry_1.f90

来自「Mac OS X 10.4.9 for x86 Source Code gcc」· F90 代码 · 共 9 行

F90
9
字号
! Check that inquiry functions are allowed as specification expressions.subroutine inquiry(x1)  implicit none  real, dimension(1:), intent(out) :: x1  real, dimension(1:size(x1)) :: x3  x3 = 0  x1 = x3end subroutine

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?