Posts by Bruno Fonseca • 31 points
3 posts
-
0
votes1
answer177
viewsA: Error to run program in Fortran
Hello, although I could not understand well the objective of the program, since as far as I remember MDC calculation needs to have at least two values, here is a code with the corrections that I…
-
2
votes1
answer130
viewsA: Get format in which text file was written in FORTRAN
Problem solved using a mix of some of the suggestions posted in the stack in English. I read each of the lines of the input file in an internal variable (RLIN) in the format '(A165)'. After that, I…
-
1
votes1
answer130
viewsQ: Get format in which text file was written in FORTRAN
Hello, I need to make a program that reads from an input file that has lines of text written in specific formats and processes the read information in order to create an output file with some data…