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

    Radom_number help

    Can someone please explain how to use the subroutine random_number? e.g. program abcd real :: a call random_number(a) print*, a end program abcd ------------------------------------- This simple program prints a random number but then every time you run the program, the random number is...
  2. notnek

    Calling subroutines

    Solved.
  3. notnek

    Calling subroutines

    Hello, I don't have much experience with Fortran and I've never had this problem before: module cg use numeric_kinds implicit none contains subroutine symgs(A,rk,n,zk) integer, intent(in) :: n real(dp), dimension(n,n), intent(in) :: A real(dp), dimension(n), intent(in) :: rk real(dp)...

Part and Inventory Search

Back
Top