Error in fortran
Error in fortran
(OP)
Hi,
I have problems in execution of a program in fortran, I locate this problem in line 847.
i obtain this: forrtl: severe (157):Program Exception-access violation
I uploaded the file with my request.
thanks for help
I have problems in execution of a program in fortran, I locate this problem in line 847.
i obtain this: forrtl: severe (157):Program Exception-access violation
I uploaded the file with my request.
thanks for help





RE: Error in fortran
TTFN

FAQ731-376: Eng-Tips.com Forum Policies
RE: Error in fortran
Pause may not be supported in all versions of Fortran.
-AK2DM
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
"It's the questions that drive us"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
RE: Error in fortran
CODE
rsl(i)=Bs(i)
do 111 j=ANbl(i),ANbl(i+1)-1
rsl(i)=rsl(i)-Aelm(j)*xsl(Apos(j))
111 continue
psl(i)=rsl(i)
19 continue
RE: Error in fortran
xwb, you pointed my problem, if you have any suggestions, I'll be very thankful