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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Travis260

  1. Travis260

    Fortran 77 help

    Thanks for all your help.
  2. Travis260

    Fortran 77 help

    I think its formated correctly its just when I pasted it in it got messed up, any other ideas?
  3. Travis260

    Fortran 77 help

    Hello, I have a piece of FEA code that came with an old text book I bought that I cannot get to compile. I wrote codes in Fortran 90/95 in college but I have never used Fortran 77. If someone can please help me get this to compile. I have attached the code and the input file that it reads...
  4. Travis260

    Fortran read left to right

    I need some help with a Fortran read statment. I have some files that I need to read data in from, the problem is that I need to read the data from left to right. I first tryied to do a read like this READ(unit,100) x(i), x(i+1), x(i+2),........ The problem is that there is not the same amount...
  5. Travis260

    Fortran read statement

    How can I write a read statment that if the user hits enter without entering a new value it will use a defalt value. Here is basically what I think it should be but it does not work. I know it can be done because my Prof. is requiring it on a project. default = 5. WRITE(*,*)"enter angle of...

Part and Inventory Search

Back
Top