Recent content by selmayda
-
S
Fortran How to Use FORTRAN Do Loops for Solving Equations - Step by Step Guide"
Hi everyone; I want to know whether a call statement is used in a do loop. For example; do 100 ii = 1, 10 call subroutine getsum(ii,20,XX,JJ) 100 continue Here XX and JJ are parameters.- selmayda
- Post #3
- Forum: Programming and Computer Science
-
S
Fortran Multi-Dimensional array multiplication in fortran
I mean more than 2 dimensions.- selmayda
- Post #3
- Forum: Programming and Computer Science
-
S
Fortran Multi-Dimensional array multiplication in fortran
Hi; Is there anyone who knows multi-dimensional array multiplication in fortan ? such as; A(5,5,3,3) * B(5,5,3,3) thanks- selmayda
- Thread
- Array Fortran Multiplication
- Replies: 6
- Forum: Programming and Computer Science
-
S
Fortran What Is the Meaning of This Fortran Error Message?
Hi; I am trying to run a program which includes; call AB write(6,*) 'finished AB' c--------- call ABp(Vup,gup) call ABp(Vdn,gdn) write(6,*) 'finished ABp'...- selmayda
- Thread
- Fortran Program
- Replies: 3
- Forum: Programming and Computer Science
-
S
Fortran [Fortran] Problem with subroutine
actually, when I write inputs by hand, there is no problem.However, when readin is read inputs from infile, the error message is seen so I think it is not related to getg0. I control spelling and there is no problem.- selmayda
- Post #4
- Forum: Programming and Computer Science
-
S
Fortran [Fortran] Problem with subroutine
Hello everyone ; I have tried to run a program which has many subrotines so I control each of them.But, when I run one of them, the below error message is seen; /tmp/ccMqKR9L.o: In function `MAIN__': getg0.f:(.text+0x73c): undefined reference to `readin_' collect2: ld returned 1 exit status...- selmayda
- Thread
- Fortran Subroutine
- Replies: 4
- Forum: Programming and Computer Science
-
S
Fortran Outputting Bitmap Images in Fortran without Record Delimiters
Thanks for your help- selmayda
- Post #7
- Forum: Programming and Computer Science
-
S
Fortran Outputting Bitmap Images in Fortran without Record Delimiters
Hi friends; I have some problems with my fortran programma.When I compile it, the above errors occur; dms0.f: In subroutine `ftltow': dms0.f:123: warning: call ftltow(gl,gw,S,dtau,0,nmax) 1 dms0.f:828: (continued): subroutine ftltow(gl,gw,maxl,dtau,bose,nmax)...- selmayda
- Post #4
- Forum: Programming and Computer Science