4 ! ICE whilst trying to access NULL shape.
6 ! Reduced from the FoX library http://www1.gly.bris.ac.uk/~walker/FoX/
7 ! Contributed by Andrew Benson <abenson@its.caltech.edu>
16 type(dict_item
), pointer :: d
=> null()
17 end type dict_item_ptr
21 subroutine add_item_to_dict()
22 type(dict_item_ptr
), pointer :: tempList(:)
25 allocate(tempList(0:n
+1))
26 end subroutine add_item_to_dict
28 end module m_common_attrs