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: *

  • Users: rdflg
  • Content: Threads
  • Order by date
  1. R

    How do I print a real number using GNU gfortran

    Hi, I am new to Fortran...but not programming. Why won't this program work? I can print integers but not reals. PROGRAM print_real IMPLICIT NONE REAL :: x x=3.14 PRINT *,x END PROGRAM print_real It compiles fine with gfortran (v12.3.0) but when run gives the following... "Program received...

Part and Inventory Search

Back
Top