Topic: Guidance for using Fortran 77 with Fortran 95
Hello I'm new to Fortran and I'm trying to convert a project that has more than 20,000 lines of code from Fortran 77 to Fortran 95. Do any of you guys could point me in the right direction to follow some guidance with this subject?
I'd been trying to compile both kind of files (.for and .f95) in simply Fortran but I have some problems, like how to comment (with a "C" or a "!") or the way a line continues in another ("&" or a character in the sixth column).
Any help would be appreciated. Thanks.