generic_2.f90

来自「linux下编程用 编译软件」· F90 代码 · 共 21 行

F90
21
字号
! { dg-do compile }! testcase from PR 17583module bidon   interface   subroutine drivexc(nspden,rho_updn)    integer,  intent(in) :: nspden    integer, intent(in) :: rho_updn(nspden)   end subroutine drivexc  end interface  end module bidon   subroutine nonlinear(nspden)   use bidon    integer,intent(in) :: nspden   end subroutine nonlinear

⌨️ 快捷键说明

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