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

    Not sure if my compiler can handle format statements

    I cant seem to find where I can change the thread title. I will change that if I can find out how to change it Changing the extension to .f90 fixed the problem, thank you. I am learning Fortran 90, my main resource being this pdf Link (which I have found to be quite easy to understand, for...
  2. BruceJohnJennerLawso

    Not sure if my compiler can handle format statements

    Okay, so Im working through some basic stuff with learning fortran, but Im running up against an issue with format statements. Using gfortran 4.7.2.1, I try to compile this example program from a tutorial pdf Im reading: PROGRAM FORMAT implicit none integer:: i, j...
  3. BruceJohnJennerLawso

    Trouble with comparing character strings in Fortran

    So is the then keyword required for all if statements, or just ones that compare strings? How exacty do I "trim" the input variable?
  4. BruceJohnJennerLawso

    Trouble with comparing character strings in Fortran

    Hello all So I am working on some basic Fortran (FORTRAN) programs in order to learn the basics. I have some experience coding in C++ before this Im trying to write some basic input control structures, ie PROGRAM MENU implicit none character (LEN=5):: input...

Part and Inventory Search

Back
Top