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 Mike Lewis 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. RenardPaul

    Trouble reading user input

    Try... integer number print*,'Enter number' read*,number print*,'Number was',number end
  2. RenardPaul

    Print out fomat for real number

    you have a real number and a integer number, so you have to use diferent FORMAT for them example_1 - if you want scientific format try E15.7,1x,I8 ----> output 0.1230000E+02 9999 - or F15.7,1x,I8 ----> output 12.3000002 9999 example_2 x=12.3 ; n=9999 write(*,100)x,n 100...
  3. RenardPaul

    Fortran Help Needed

    Send the program to ana_tweety2003@yahoo.com and I will try to help you. I need to write me the hole story : compiler, input data , an example of what you expect from the program.
  4. RenardPaul

    Unix to Linux Conversion problem

    try g77 or gfortran instead of f77

Part and Inventory Search

Back
Top