Can anyone put this code into C# or C?
do i=line+1, line+msup
read(*,*) (Akapla(i,j), j=2, nvar+1), Akapla(i,1)
if(Akapla(i,1).lt.0) then
write(*,*) 'Does not matter'
stop
endif
enddo
Hi all
I am new to fortran and so trying to understand some caracteristics of this language
can anyone explain to me the logic below?
do i=line+1, line+msup
read(*,*) (Akapla(i,j), j=2, nvar+1), Akapla(i,1)
if(Akapla(i,1).lt.0) then
write(*,*) 'Does not matter'
stop
endif
enddo
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.