Inner components of a recursive type are not copied in intrinsic assignment

前端 未结 0 1448
执念已碎
执念已碎 2021-02-04 01:38

Consider the following Fortran program:

program test_prg
  implicit none

  type :: recursive_block
    type(recursive_block), allocatable :: subblocks(:, :)
  en         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题