4 ! This program was leading to an ICE related to class arrays
6 ! Contributed by Andrew Benson <abenson@caltech.edu>
15 class(componentB), allocatable, dimension(:) :: componentB
22 class(componentB), pointer :: BGet
23 class(treeNode), target, intent(in) :: self
26 BGet => self%componentB(1)