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

    Fortran 95 kind conversion

    Hello, I want to convert an integer variable into a selected_real_kind but I am not sure how to do this. Can anyone help me? The code looks like this: integer, parameter :: rk = selected_real_kind(15,307) !in this case double precision integer :: a = 10 real(rk) :: b b = 1._rk/a !here I get...

Part and Inventory Search

Back
Top