named_args_2.f90
来自「linux下编程用 编译软件」· F90 代码 · 共 9 行
F90
9 行
! this is the reduced testcase from pr13372! we wrongly add a symbol "P" to the module! Currently (2004/06/09) a workaround is in place! PR 15481 tracks any steps towards a real fix.module typeSizesimplicit none integer, parameter :: FourByteReal = selected_real_kind(P = 6, R = 37)end module typeSizes
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?