Description:
Discussion about FORTRAN.
|
|
|
Regarding FIles in Fortran
|
| |
Hi, I am accessing flat files in fortran program (F90) from rexx program in Solaris environment .I am assigning the unique unit number in rexx program but its not recognizing in fortran program.My input files are not recognize in fortran program and read is not happening in fortran program. How will I recognize the file with unit number in fortran program from... more »
|
|
AIR Jordans Fusion 1 Jordan 2 Fusion AIR Jordan 3 Nike Jordan Fusion
|
| |
shoes on AIR Jordan 1 (paypal payment) jo...@hotmail.com AIR Jordan 2 AIR Jordan 3 AIR Jordan 4 AIR Jordan 5 (paypal payment) AIR Jordan 6 Rings AIR Jordan 6 AIR Jordan 7 AIR Jordan 8 AIR Jordan 9 (paypal payment)( AIR Jordan 10 AIR Jordan 11 AIR Jordan 12 AIR Jordan 13 (paypal payment)( AIR Jordan 14... more »
|
|
help with array syntax for a loop
|
| |
Hi folks, I would like to ask for your help to figure out what syntax to use for the following loop: do i=1,n list(nn(i),i) = num(i) enddo I have attempted things like list(nn(:),:) = num(:) but get compile errors telling me things about the shapes being incorrect. I can see how the compiler would think so, but can't see how to get... more »
|
|
TRIM intrinsic
|
| |
Hello again(!) I have a string eg: "# Hello to you too! " and I want to trim the spaces at the end with TRIM. My problem is that my resulting string is "#" and not: "# Hello to you too!" which means TRIM deletes everything after the first space it sees in the string. How can I take off just the trailing spaces in a string?... more »
|
|
reading last line in a data file
|
| |
Hi all, I'm reading a data file but when it comes to the last line (that has got data), the program outputs: "Fortran runtime error: End of file", and the data on the last line are not read at all. The command I'm using is: READ(fileunit,*) ((data(i,j), j=1,columns), i=1,rows) How can I program this without having to end the file with a blank... more »
|
|
Array descriptors
|
| |
Hello all, this is more an implementation question than a Fortran standard question, but it relates to the latter due to the upcoming TR 29113 (further interoperability with C). (An old proposal, which was the starting point for the TR, can be found at [link] which is new... more »
|
|
error in reading matrix
|
| |
i am facing a strange error. i have a matrix defined as: integer,dimension(nasite,ntsit e)::map !nasite, ntsite are integer,parameter now when i am trying to read the matrix : open(11,file=ASMAP,status='old ',IOSTAT=ios,iomsg=msg) if (ios/=0)then write(*,*) msg stop endif read(11,*)map... more »
|
|
|