Module global is included in the "FFFF.f" .Thank you for your recommendation.
MODULE GLOBAL
CHARACTER(10) NIND,NIN,NAT,NBT,NCT,NDT,N5T,
1 NFT,NGT,NHT,NIT,NJT,NKT,NLT,ITITLE,DISCPT
REAL NEM,NET,NEMH,NETH,MU,MUM
REAL*8 MATL
INTEGER H,HH,POROUS,PRESS,RINTER,SOLID,SPALL...
I try to modify them according to "direct access" as follows, but it has some error messages in "scribe",please help me,thank you!
http://rapidshare.de/files/48149293/modify.rar.html
There is an old program. In addition to subroutine “storr” and subroutine “scribe”, others can be compilered and obtain accurate results . Please help me revise these two subroutines, thank you !
I'm using IVF9 for windows.
The source code and the input file see Annex.
PROGRAM puf
...
CALL SECOND(FIRST)
...
END PROGRAM
When this program is compilered in ivf9 for windows,it will be a error:unresolved symbol _second@4.
I think it need the source code of "second.f".where can I
get it? or How to replace it?
There is a...
INTERGER H
IF (H(J,2).GT.0.AND.H(J,2).LT.77B) GO TO 550
This sentence can't be compilered in ivf9.
"IF (H(J,2).GT.0.AND.H(J,2).LT.O'77') GO TO 550" (1)
OR
"IF (H(J,2).GT.0.AND.H(J,2).LT.63) GO TO 550", (2)
WHICH IS CORRECT? OR OTHER?
AND THIS ONE.
IF ((NN(I)...
PROGRAM bufferedIoTest
! buffered i/o example: compile with +autodbl
INTEGER a(10)
OPEN ( UNIT = 7, NAME = ’test.dat’, FORM = ’UNFORMATTED’ )
a = (/ (i,i=1,10) /) ! initialize the array A
BUFFER OUT ( 7, 0 ) ( a, a(10) ) ! write out A twice
CALL unit ( 7 )...
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.