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 IamaSherpa 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. mwatson87

    Fortran - Reading a 2D Array Column-by-Column

    Thanks for the help guys, I got it sorted thanks to your help :) Kind Regards, Martin
  2. mwatson87

    Read a Txt File of Unknown Length to a 1D Array

    Firstly, thanks very much for your help and putting me on the right lines. I am going with option 3) as it doesn't matter if i modify the file....as long as i don't include the first value in the array. This seems to work but I dont know if its correct....or I got lucky ;) but it seems to...
  3. mwatson87

    Read a Txt File of Unknown Length to a 1D Array

    Hi Guys, After the great and encouraging help that i received from my last post.... I have written a program that does a fourier transform on input Time Histories. As a novice (but keen learner) I'm very proud of my progress so far learning Fortran. The program works great so far but it is...
  4. mwatson87

    Fortran - Reading a 2D Array Column-by-Column

    I have had a bit of a brainwave.... would making it an 'allocatable array' be better? If so I have never done this so pointers would be excellent :D
  5. mwatson87

    Fortran - Reading a 2D Array Column-by-Column

    Hi Guys, Im relatively new to fortran but been learning FAST! :D I am using fortran to carry out thousands of iterative calculations from a data set which is in the form of a csv file. My code works excellently considering how new I am to fortran, however, I have encountered a big problem (that...

Part and Inventory Search

Back
Top