Recent content by stefan_ss
-
S
Fortran Help with Fortran IV to Fortran77 Conversion Errors
Yes. I've tried to type in DIMENSION Y(100) and it must be Y(101). I don't know what is the diference. And with 101 compilation is ok. Nevermind in this away it has compiled but still executing .exe is interrupted due to some program error posible.- stefan_ss
- Post #28
- Forum: Programming and Computer Science
-
S
Fortran Help with Fortran IV to Fortran77 Conversion Errors
Has somebody any idea what mean that error message about size bytes?- stefan_ss
- Post #26
- Forum: Programming and Computer Science
-
S
Fortran Help with Fortran IV to Fortran77 Conversion Errors
I've rceived that message during compiling: found.f: In subroutine `zero': found.f:13: warning: COMMON/R/A,S,SIG,Y,Z,Y1,Z1 1 found.f:368: (continued): COMMON/R/A,S,SIG,Y,Z,Y1,Z1 2 Common block `r' is 2028 bytes in length at (1) but 2044...- stefan_ss
- Post #25
- Forum: Programming and Computer Science
-
S
Fortran Help with Fortran IV to Fortran77 Conversion Errors
this you can see on the screen.- stefan_ss
- Post #23
- Forum: Programming and Computer Science
-
S
Fortran Help with Fortran IV to Fortran77 Conversion Errors
I used IIN and IOUT and the compilation is ok. The execution of .exe file has interrupted. It stopped after 730 FORMAT( .The last I've seen on the screen were the letter from that part. I've noticed that were written numbers after it: Y0= -1.#I0; Z0= 1.#I0; F= 0.000; Sy= -1.#I0...- stefan_ss
- Post #22
- Forum: Programming and Computer Science
-
S
Fortran Help with Fortran IV to Fortran77 Conversion Errors
With excluding the NUMBER subroutine the program were compiled an made .exe file. I am not sure about that I IN an I OUT how it should be written becouse I see IOUT is included in WRITE( without space between I and OUT.- stefan_ss
- Post #20
- Forum: Programming and Computer Science
-
S
Fortran Help with Fortran IV to Fortran77 Conversion Errors
Unfortunately one of the subroutines is not written in the source. It's a number subroutine. It should be make up but I couldn't cope with.- stefan_ss
- Post #19
- Forum: Programming and Computer Science
-
S
Fortran Help with Fortran IV to Fortran77 Conversion Errors
Yes.Thanks. It working.- stefan_ss
- Post #18
- Forum: Programming and Computer Science
-
S
Fortran Help with Fortran IV to Fortran77 Conversion Errors
Again obstacle: 770 FORMAT(9X,'I',7X,'- В КООРДИНАТНА СИСТЕМА yOz:',5X, 1'm =',F9.3,1X,A8,'n =БЕЗКРАЙНОСТ',21X,'I', 2'/9X,'I',7X,'- В КООРДИНАТНА СИСТЕМА YO1Z: m1 =БЕЗКРАЙНОСТ', 3'n1 =БЕЗКРАЙНОСТ',21X,'I') There are message for errors in line with 2': missing comma in format...- stefan_ss
- Post #15
- Forum: Programming and Computer Science
-
S
Fortran Help with Fortran IV to Fortran77 Conversion Errors
Oh you are absolutely rigth. Thank you. Now all the errors disappeared after putting labels after second column. I will write all the code and see what happened. I am not sure if subrotine should external files or not.- stefan_ss
- Post #13
- Forum: Programming and Computer Science
-
S
Fortran Help with Fortran IV to Fortran77 Conversion Errors
I did it. A proble occurred in: 51 continue with label 5 and 1.- stefan_ss
- Post #11
- Forum: Programming and Computer Science
-
S
Fortran Help with Fortran IV to Fortran77 Conversion Errors
As soon as using the same control variable for 2 Do loops is ok for fortran IV (the program is written originaly in that code and should be expecting it work) more probably the problem is with fortran77(g77) and diferences with them 2. I am not sure what happened after continue- Do lopp stop or...- stefan_ss
- Post #9
- Forum: Programming and Computer Science
-
S
Fortran Help with Fortran IV to Fortran77 Conversion Errors
and the translated comments are attached here:- stefan_ss
- Post #8
- Forum: Programming and Computer Science
-
S
Fortran Help with Fortran IV to Fortran77 Conversion Errors
Here is the block-scheme:- stefan_ss
- Post #7
- Forum: Programming and Computer Science
-
S
Fortran Help with Fortran IV to Fortran77 Conversion Errors
I know that comment is in diferent charster set but I don't think so its esential to execution the program. The comments are in bulgarian and but you can't find that code. As I cas see the main errors are with Do loop. I didn't typed that missing subrotines yet. I can show the block sheme or...- stefan_ss
- Post #5
- Forum: Programming and Computer Science