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

  1. peterwriesnik

    how to link 2 different objects

    Thanks for the prompt replies! I gave it another try and realized that my question is needless. Using the code like module mymod type :: type_a logical val type(type_b), pointer :: myptr end type type :: type_b logical val type(type_b), pointer :: myptr end type end module...
  2. peterwriesnik

    how to link 2 different objects

    sorry about the abstract keywords in the type definitions. they have to be removed.
  3. peterwriesnik

    how to link 2 different objects

    hi everyone! i am looking for a simple way to do the following in Fortran 2003 (using ifort 12.0.0): module mymod type, abstract :: type_a logical val type(type_b), pointer :: myptr end type type, abstract :: type_b logical val type(type_b), pointer :: myptr end type end...

Part and Inventory Search

Back
Top