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

    mean and standard deviation

    try to use intrinsic functions : sum and dot_product
  2. zhouxian

    procedure pointer to function/subroutine in derived type

    I installed g95 and verified mikrom's result. Thank you, mikrom. It is a problem of intel fortran complier.
  3. zhouxian

    procedure pointer to function/subroutine in derived type

    mikrom, I do not have g95. Only can access ifort . The problem still exists after rewrite fun1 in the module. Is it a problem of the compiler?
  4. zhouxian

    procedure pointer to function/subroutine in derived type

    type has component which is a procedure pointer to function. The function will return an array. But by calling the pointer , I got trash value and when I tried to find the size of returned array from the call from the procedure pointer, the compiler showed error " An array-valued argument is...
  5. zhouxian

    passing pointer component of derived type into subroutine

    could you explain more about the difference in using pointer and array in fortran?

Part and Inventory Search

Back
Top