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 dencom 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: hugochief
  • Content: Threads
  • Order by date
  1. hugochief

    Passing user-defined function as argument

    Hello, Here is my main program: ... use func use mult ... print*, my_function(func,dfunc) ... Both func and dfunc are defined in module func: ... function func(x) real :: func ... endfunction func function dfunc real, dimension(2) :: dfunc ... endfunction dfunc Also, my_function is defined in...

Part and Inventory Search

Back
Top