Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Bobthebuilder242

    allocatable array to subroutine won't work

    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
  2. Bobthebuilder242

    allocatable array to subroutine won't work

    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...
  3. Bobthebuilder242

    allocatable array to subroutine won't work

    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...

Part and Inventory Search

Back
Top