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 Mike Lewis 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. teng22

    allocatable array allocated inside subroutine

    I have something similar, perhaps this will help? In the calling routine have the allocatable array decalared using dummy arguments ALLOCATABLE :: TWARRY1(:,:) then I obtain the variable array arguments MAAX and MARD from other calculations before I allocate, I make sure the temporary...
  2. teng22

    Print code in color

    Hi Ator I use this freeware: Codex 1.2 from The Informail Team. You can get it from http://www.downlinx.com/proghtml/300/30020.htm hope this helps
  3. teng22

    Searching for call tree generator, code analysis and so on

    You could try Understand For Fortran: from STI Its expensive, but it does give a good static analysis of the code including call trees, metrics, etc, etc You can also get a time limited version for free so that you can see what it can do. What have you got to lose?

Part and Inventory Search

Back
Top