Hi
Fortran is not my speciality to be honest. However, I must adapt a program I have and run it in Fortran.
I have a function of this type:
SUBROUTINE calcp(PV,NPTS,S,NC,CH)
C PV = D.P. ARRAY OF INPUT X and Y VALUES, STORED
C AS A 2 X NPTS ARRAY.
So was hoping someone could...
Hi,
I'm trying to output to a file - in fortran 77 - some variables I'm reading from a file (numbers, text, etc...)
I'm opening the file as:
OPEN ( UNIT = 14,
. FILE = 'INFO.txt',
. STATUS = 'UNKNOWN' )
I'm trying to output some values like:
READ...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.