Bobthebuilder242
Technical User
Hi guys, i'm a beginner Fortran programmer and i am having some serious problems passing an allocatable multidimensional array to a subroutine. I have tried several things and all result in a
Error: ALLOCATABLE attribute conflicts with DUMMY attribute at (1)
In file perverse.f95:11
and
Allocate(Matrix(1:5,1:5))
1
Error: Syntax error in ALLOCATE statement at (1)
errors. Can you please help.
Error: ALLOCATABLE attribute conflicts with DUMMY attribute at (1)
In file perverse.f95:11
and
Allocate(Matrix(1:5,1:5))
1
Error: Syntax error in ALLOCATE statement at (1)
errors. Can you please help.