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

    Segmentation Fault error with WRITE command

    I was able to figure it out. It turns out I mislabeled the matrix dimensions in the 'ALLOCATE' command as compared to the size of the matrix that I was trying to write to the file. I had also misplaced the 'ALLOCATE' command. I originally had it in front of the 'READ' command that contained a...
  2. pritter

    Segmentation Fault error with WRITE command

    Hi, I have been working on the development of a code in Fortran to model the trajectory of a rocket. It consists of a for loop that time steps through the trajectory with conditional statements that adapt certain parameters of the rocket. After the loop, there is a section that prints the...

Part and Inventory Search

Back
Top