Recent content by heliosplane
-
H
Fortran Array reading error when opening multiple files in Fortran
Hi gsal. Thanks for your response. It's just a part of codes, and I forget to post argument iostat in copying. About the default line, I have read about that issue in Chapman book, fortran 95/2003 for scientist and engineer, the default line length is 132 characters long. Anyway after...- heliosplane
- Post #5
- Forum: Programming and Computer Science
-
H
Fortran Array reading error when opening multiple files in Fortran
Hi steamking. Thanks for your response. Yeah, it's correct, I have tried it and it still work. I just follow this style of writing from a book. I am really new in fortran and still lacking in doing improvement.- heliosplane
- Post #4
- Forum: Programming and Computer Science
-
H
Fortran Array reading error when opening multiple files in Fortran
Guys. I really need help. I have been working in this little problem for hours. I had a problem in array reading when I opened more than 1 files, it seems like an array with different names mixed each other. Here is my code integer, parameter::size=11 real, dimension(101) :: cldata...- heliosplane
- Thread
- Array Error files Fortran Multiple Reading
- Replies: 5
- Forum: Programming and Computer Science
-
H
Fortran Will FORTRAN always be the premier programming language for science?
I have just learned fortran for weeks by making non-linear lifting line program because my instructor told me to use this language. I have learned visual basic, pascal, and c++ in high school and my freshman year, and MATLAB of course. For me, fortran seems more simple to be written (not...- heliosplane
- Post #25
- Forum: Programming and Computer Science
-
H
Fortran Integration of functions in Fortran
Hi MPKU. I got the same condition. I have been doing searching for fortran tutorials for weeks n now I am using this book, https://www.amazon.com/dp/0073191574/?tag=pfamazon01-20. I think it's quite good for not so advanced comp-sci background like us, I am aerospace major btw.- heliosplane
- Post #4
- Forum: Programming and Computer Science