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 John Tel on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by harphool

  1. harphool

    pointer to pointer in fortran

    thanks François Jacq and xwb
  2. harphool

    pointer to pointer in fortran

    type :: row1 real*8, dimension(:), pointer :: A end type row1 type :: row2 type(row1), dimension(:), pointer :: B end type row2 type(row2), dimension(:), pointer :: C Do I need to fee this memory? is nullify(C) enough?

Part and Inventory Search

Back
Top