📄 defined_type_3.f90
字号:
!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(1:2)%var = mystruct(2:3)%varEND Program testcase_fold
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -