I think i solved my problem. Instead of using an allocatable array i used pointers instead. I'll post a link to the solution in case anyone has a similar problemhttp://www.mediafire.com/?x1yi2wvfwt1bkcl
Thanks for your reply FJacq, but when i try using your solutions i get these errors, and from what I've researched online it seems that fortran is not compiling the matrix_module file in time.
In file perverse.f95:10
real, dimension(:, :), allocatable, Intent(in out ) :: Matrix...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.