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

    Bug typederived parameters

    Thank you for your answer. At the end, i want to create a constant (a parameter) call fat_GROS who will include r, g, u, z, sup, tik, tok, k. fat_GROS have to be a parameter for all. I tried something and it work : TYPE(agra), parameter ...
  2. vincent23

    Bug typederived parameters

    Hi, i have a problem with a type parameters, that my module: module toto type to3 real, dimension(3) :: k end type to3 type alfa type(to3) :: tik type(to3) :: tok end type alfa type agra real :: r, g, u, z type(alfa) ::sup end type agra TYPE(agra), parameter ...

Part and Inventory Search

Back
Top