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 dencom on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Tony1984

  1. Tony1984

    fortran crash

    i am using compaq visual fortran
  2. Tony1984

    fortran crash

    hey all i have a problem in fortran, i just wrote a code but it not working properly, it suddenly stop or crashed in some point and i cant figure it out. please need help, the input file should be like this: 10.00 154.00 0.01 11.00 151.90 0.01 12.00 152.00 0.01 13.00 154.30 0.01...
  3. Tony1984

    cant solve this problem

    Dear gummibaer: i really tried a lot, but its not working with me.
  4. Tony1984

    cant solve this problem

    Dear gummibaer: i think i solved the problem but still one error bar, i spent 3 hours ro solve it but not working with me , please see below: subroutine outrel implicit double precision(a-h, o-z) common /number/ ndat, npar, iter, itmax, conver common /par/ pold(25), parm(25), pdum(25)...
  5. Tony1984

    cant solve this problem

    Dear gummibaer: some times you cant find the mistakes while you codding by your self, i am trying to solve the bug, but nothing happened espically in this lines data formt / 40h ((1x, 4(a1, i3, a1, 0pf8.0, 1pg13.5, 2x))) / data aa5 / 10h.1, 1pg13.5/, aa4/ 10h.2, 1pg13.5/, aa3 / &...
  6. Tony1984

    cant solve this problem

    i solve the last problem, but i faced another one please see the subroutine below, and the list of the errors: subroutine outrel implicit double precision(a-h,o-z) common /number/ ndat, npar, iter, itmax, conver common /par/ pold(25), parm(25), pdum(25), varpar(325), &...
  7. Tony1984

    cant solve this problem

    after changing the format to still have 3 errors, listed below 99999 format('How many iterations?', 'cov fraction?', $) 99998 format(i, f) 99997 format('Max number of iteration is', i3, 'convergence factor is', f10.6) 99996 format('Do you wish to use automatic numerical derivative?', $)...
  8. Tony1984

    cant solve this problem

    this the error massege: Compiling Fortran... E:\bayes\bbbbb.for E:\bayes\bbbbb.for(92) : Error: This character is not valid in a format list. [n] 99990 format(9h, You wannna, i5, 21h, but you are allowed only, i5, ^ E:\bayes\bbbbb.for(92) : Error: This character is not valid in a format...
  9. Tony1984

    cant solve this problem

    Hey all I just start writing a program by f77, but im facing a problem, while i debugging the compiler several error massege came out and i cant find a way to solve it, please see it below, if you can help i will appreciate it program BAY implicit double precision (a-h, o-z)...
  10. Tony1984

    writing calling program for a subroutine

    Hello any one knows how to write a calling program for the following subroutine for this kind of data 1800 1.00E-11 3.74E+07 1.06E-11 3.63E+07 1.13E-11 3.53E+07 1.19E-11 3.43E+07 1.25E-11 3.35E+07 1.38E-11 3.19E+07 1.50E-11 3.06E+07 1.63E-11 2.94E+07 1.75E-11 2.83E+07 1.88E-11...
  11. Tony1984

    subroutine errors 2

    c*********************************************************************** SUBROUTINE NLLSSRR(NDATA,NPTOT,NPMAX,IROUND,ROBUST,LPRINT,IFXP, 1 YO,YU,YD,PV,PU,PS,CM,TSTPS,TSTPU,DSE) c** Program for performing linear or non-linear least-squares fits and c (if desired) automatically using...
  12. Tony1984

    subroutine errors

    SUBROUTINE LLSQFVL(NDATA,NPARM,MXPARM,YO,YU,YD,PV,PU,PS,CM,DSE) INTEGER I,J,K,L,IDF,NDATA,NPARM,MXPARM REAL*8 YO(NDATA), YU(NDATA), YD(NDATA), PV(NPARM), PU(NPARM), PS(NPARM), CM(MXPARM,MXPARM), DSE, PX(301), F95(10), TFACT, S, U DATA F95/12.7062D0,4.3027D0,3.1824D0,2.7764D0,2.5706D0,2.4469D0...
  13. Tony1984

    subroutine errors 2

    Dear All i found a subroutine in the google search for fitting nonliear data, but it seems the subroutine haa a lot of synatix errors, im not a proffessional in fortran first: any one can help me to solve this errors , second: how any one help me to connect this subroutine to a program in order...
  14. Tony1984

    subroutine errors

    Dear All i found a subroutine in the google search for fitting nonliear data, but it seems the subroutine haa a lot of synatix errors, im not a proffessional in fortran first: any one can help me to solve this errors , second: how any one help me to connect this subroutine to a program in...
  15. Tony1984

    fitting by fortan

    Dear mikrom both types of data are function of energy.

Part and Inventory Search

Back
Top