0

Could I allocate a 2D array like that? array(1,:) only have 5 elements and array(2,:) only have 3 elements? What I can do is only like allocate( array(2,5) ) but it allocates a 2*5 = 10 elements. Could I allocate 8 elements?

0 Answers0