Lines Matching refs:u2
29 class(*), allocatable :: u1, u2(:) local
38 allocate(u2(2))
54 allocate(real:: u1, u2(2))
55 allocate(A:: u1, u2(2))
56 allocate(C:: u1, u2(2))
57 allocate(character(n):: u1, u2(2))
61 allocate(u1, u2(2), MOLD = cos(5.+n))
62 allocate(u1, u2(2), MOLD = molda)
63 allocate(u1, u2(2), MOLD = n1)
64 allocate(u1, u2(2), MOLD = new_line("a"))
68 allocate(u1, u2(2), SOURCE = cos(5.+n))
69 allocate(u1, u2(2), SOURCE = molda)
70 allocate(u1, u2(2), SOURCE = n1)
71 allocate(u1, u2(2), SOURCE = new_line("a"))