blob: 29dfdd6aa2685ba5bf9653fa002b5068ef0192b5 [file] [log] [blame]
module blabla
implicit none
type,public :: atomic_type
integer ::n
integer, allocatable :: orbs(:,:)
end type atomic_type
end module blabla