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 bkrike 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: *

  • Users: Widukin
  • Content: Threads
  • Order by date
  1. Widukin

    Fortran 77 - read from an init file - add comments

    Hi, I have an input file for a fortran 77 program and since there are many lines and many constants to be given, it has become quite complicated to read. I would like to add comments on this input file but I don't want him to read them, just jump over anything that is NAN, something like ...
  2. Widukin

    What should be the array size limit?

    I am currently trying to create an array of real*8 with 33756 entries, I didn't think it was too big, but... it just crashes de executable... (btw, it's an array with three levels (i,j,k)) What are your thoughts on this? What is the maximum size of an array? Thank you, WL PS: if the size...
  3. Widukin

    Transform numbers into REAL*8

    Another part of my current program requires me to load another list from file (example as follows) 283 5.40319 0 7.19701 284 2.85188 8.13944 6.15848 285 8.875 0.866025 2.85714 286 0.90817 8.72831...
  4. Widukin

    Make a file into an array of values

    I suppose that my question is rather symilar to the "reading until EOF" thread... However, my problem is as follows: (On the read command, the help index on my fortran90 isn't being very helpfull....) I have a file with the 3d mesh from another program. The list is as follows...

Part and Inventory Search

Back
Top