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 wOOdy-Soft 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. baharengineer

    create a simple project with external libraries

    hi i'm new in fortran and i can not run any program that has an external library (for example attached program) i don't know what i must do for link a library to program i work with Compaq Visual Fortran 6.6 . how can i run programs with libraries? please help me step by step or give me a...
  2. baharengineer

    a simple question ! in command write(7,1) what is 7?

    hi i view that for write always i have write(6,a) that a is a format label number. and 6 is the output number that is plot or printer now in command write (7,a) what means 7?
  3. baharengineer

    please check my code! i can't correct the error!

    hi my program has 3 error! i don't understad where is the error my main problem is in line 636. the "ds" variable has error and i don't know why!!! and there are 2 error for overflow in lines 281 and 263 . you can change the "E50 TO E35" and it seems the error was correct but i don't know...
  4. baharengineer

    command for find error line

    hi how can i find the line in a long program that has error between running program? my program has no error and has 1 warning but when i run it i have an error ! and some part of output print and stop program by what command i can understand the line that has error? some one tell me a...
  5. baharengineer

    Syntax error, found IDENTIFIER ...

    hi i have 2 line in my long program that are : ************ 1. DATA MODE/10HCOLLECTIVE,10HCYCLIC, 10HSCISSORS / this line has 2 error : (1386) : Error: Syntax error, found IDENTIFIER 'HSCISSORS' when expecting one of: , / and (1386) : Error: A symbol must be a defined parameter in this...
  6. baharengineer

    what command cause space between rows in output?

    some part of my output is like this (attached picture) output devide 3 part with 6 row for every them. but my out put must be parts with 8 row in every part what variable or command is used for this spaces? that i can change and correct this?
  7. baharengineer

    what is different between ctrl+F5(execution program) and F5(go)

    when i run program with F5 out put print and after printing close window automatically but when i use ctrl+F5 i can view output and when press any key , the window is closed.. please tell me what is different of them thanks
  8. baharengineer

    ERROR IN BIG NUMBERS

    i have some line of code like : VEC(1)=0.0 VEC(2)=0.0 DO 5 I=3,MM5 5 VEC(I)=1.0/1.E50 ITRY=0 15 CONTINUE ITRY=ITRY+1 AMAX=0.0 DO 25 I=1,MM5 A(I)=0.0 DO 20 J=1,MM5 20 A(I)=A(I)+VEC(J)*CMAT(I,J) IF(ABS(A(I)).GT.ABS( AMAX))...
  9. baharengineer

    delete some part of my output after printing all output

    my out put are 10 page when i run program print 10 page one after one but when this work finish, i can see only page 6-10 and some part of page5 i think my output don't have enough space for stay at.. and some part of output is delete... how can i have all of output page?
  10. baharengineer

    RUN TIME ERROR! M6201 : MATH

    hi when i run my program i have an error! i think this cause is an array why this error happen? RUN TIME ERROR M6201 : MATH - SQRT : DOMAIN ERROR .. INCREMENTALLY LINKED IMAGE -- PC CORRELATION DISABLED. my program has some variable like this: DH=WT(M)*(HSHEAR*SY(M) - VSHEAR*SX(M) +...
  11. baharengineer

    please see my code!

    hi i have error in my program please see this and compile this when i fix errors i have another error again i am not hope else , please help me thanks
  12. baharengineer

    ERROR IN INPUT DATA FROM FILE

    hi i load input data from text files... please check this instructions and tell me why this line has error? open (unit=1, file='data5.txt', * action='READ', status='OLD', iostat=rtn) read (unit=1, end=104, fmt=904, iostat=rtn) * (MOP)//has error 104 continue open...
  13. baharengineer

    EOF(5) HAS ERROR IN OLD FORTRAN

    hi i have a program from nasa that writen by fortran IV and one of this line is this instruction: IF(EOF(5)) 320,30 that this line has error!!! i compile this program with compaq visual fortran 6.5 that upgrade to 6.6 version... why this line has error? whether nasa programing wrongly...
  14. baharengineer

    linking the calcomp library to my program

    and i have another question: i have 10 subroutine in my program that call in program and there aren't any source code or definition for them. because there are some subroutine that are belong to CALCOMP library that is a graphic library . i find CALCOMP in GrWin package that when i install...
  15. baharengineer

    load input data into my program

    hi i have a fortran program with 1445 line and my input data are very very lot. i want write my input data into a file like notepad or etc.. and load it into my program... i work with compaq visual fortran 6.5 how can i load the input data into my program? please help me thanks

Part and Inventory Search

Back
Top