defined_type_1.f90

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

F90
11
字号
!This used to ICE as we chose the wrong type for the! temporary to hold type%var! fortran/18157program testcase_fold  type :: struct                                 real      :: var       ! its julian sec    end type struct  type(struct), dimension(:), pointer :: mystruct  mystruct(:)%var = mystruct(:)%varEND Program testcase_fold

⌨️ 快捷键说明

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