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 Mike Lewis 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: *

  1. alleyor

    scale-of-eight

    IF ALL THE WOEDS ARE 32BITS,HOW DO I replace it?
  2. alleyor

    two subroutines

    ziphttp://rapidshare.de/files/48151877/ffff.zip.html
  3. alleyor

    two subroutines

    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...
  4. alleyor

    two subroutines

    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
  5. alleyor

    two subroutines

    They can't be compilered in ivf9 because of some syntaxs,thank you!
  6. alleyor

    two subroutines

    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.
  7. alleyor

    CALL SECOND(FIRST)

    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...
  8. alleyor

    scale-of-eight

    The problem was solved thank you!
  9. alleyor

    scale-of-eight

    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)...
  10. alleyor

    buffer in and buffer out

    I SEE.THANK YOU!
  11. alleyor

    buffer in and buffer out

    If "OPEN (7, FORM='UNFORMATTED')" is writen "OPEN (7, FORM='FORMATTED')" ,it has a mistake:"formatted i/o to unit open for unformatted transfers",why?
  12. alleyor

    buffer in and buffer out

    Thank you very much!
  13. alleyor

    buffer in and buffer out

    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 )...

Part and Inventory Search

Back
Top