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