re: array valued functions #2033 (7/1/2003 12:44:15 PM) From: Richard Maine , http://www.randori.com Date: Sat, 28 Jun 2003 15:52:36 GMT >robin writes: >> You'll need an expicit interface and a change to the declar... robin_v4(769)
Open source project LadderMill040 (7/1/2003 12:33:12 PM) I'm looking for people who are enthusiastic to work with FORTRAN in combination with a project to gain sustainable energy We are trying to develop a simulation of the LadderMill in Fortran. There is already a... member32254(2)
what's wrong?038 (6/30/2003 8:31:58 PM) this is PLASCON program, And the comment from the visual fortran is , # Microsoft Developer Studio Project File - Name="plasco02" - Package # Owner= # Microsoft Developer Studio Generated Build File, For... member22114(10)
Fortran Forum (August)051 (6/30/2003 10:49:54 AM) ACM Fortran Forum can be subscribed to without membership of either ACM or SIGPLAN for $10 (plus $10 for expedited air mail outside the USA). Either A) go to the SIGPLAN webpage at http://www.acm.org/sigplan ... michaelmetcalf(810)
ETIME question6128 (6/27/2003 4:26:32 PM) I'm attempting to understand a legacy program, which I can't currently compile. It contains the following code constructs within a subroutine, which are the only occurrences of "etime" anywhere in the source co... schnapt(2)
IDATE problem263 (6/28/2003 6:53:56 PM) Sorry for my bad english. I have a problem to compile a source file with IDATE subroutine /code program data use iflport integer(4) imonth, iday, iyear, datarray(3) CALL IDATE(IMONTH, IDAY, IYEAR) WRITE(*,*... M
NEED HELP URGENTLY!155 (6/28/2003 5:30:55 PM) Hi guys Am a novice in programming in Fortran. I have a Lahey fujitsu compiler. I want to know how do I compile a set of files which are as follows. abc.for iop.for xyz.for (an external subroutine) qwe.for(a... reddy_iitm(1)
rows into columns336 (6/26/2003 5:02:45 PM) Dear All, I have been attempting to write some code today without much luck. Given the daily data (at the end of this message), I wish to write out the daily variable in columns (totalling either 28,29 for fe... civnrn(3)
How to equivalence string to allocated text array054 (6/27/2003 12:38:20 PM) Below demo's a subroutine's ability to equivalence a character string to a allocated character array, providing a work-around until the compiler "powers that be" decide to go ahead and implement the F2K string ... dave_frank(2243)