inglês
Hi,
This is just probably a silly question, since I already know what solves the problem, but... The issue might be better explained by the following code:
!======================================
module mod1
type mytype
integer :: a
end type mytype
end module mod1
program Console1
use ifcore
use mod1
implicit none
integer, parameter :: n = 3
character :: key
type(mytype), allocatable :: var1(:,:)