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 strongm 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: *

  • Users: Ale63
  • Order by date
  1. Ale63

    Problem with dynamic allocation

    Ok, my module looks like this: MODULE TYPEDEFS type geoms character*80 name integer ntot, material integer, allocatable :: id(:) end type type (geoms), allocatable :: geom(:) END MODULE As said, this module is used in the main program and in all subroutines. From...
  2. Ale63

    Problem with dynamic allocation

    (I wanted to say "when control returns to sub1")
  3. Ale63

    Problem with dynamic allocation

    I have the following problem: - I use an allocatable structure, which is defined inside a module; - the module is used in the main program, in "subroutine 1" and in "subroutine 2"; - from the main program sub1 is called, and in turn sub 1 calls sub2; - inside sub2 I have lines like these...

Part and Inventory Search

Back
Top