Dear all
i have made a small program in Fortran 90 and in a line i had to specify the double precision variables i wanted to use. The program worked fine. Some time later i have found that in fortran a line can contain a maximum of 132 characters. The line in which i have specified the double precision variables does exceed the 132 characters limit. But as i have said the program works without warning and errors. Should i split the aforementioned line in more keeping the limit in mind or should i leave the program as it is?
Thanks!
i have made a small program in Fortran 90 and in a line i had to specify the double precision variables i wanted to use. The program worked fine. Some time later i have found that in fortran a line can contain a maximum of 132 characters. The line in which i have specified the double precision variables does exceed the 132 characters limit. But as i have said the program works without warning and errors. Should i split the aforementioned line in more keeping the limit in mind or should i leave the program as it is?
Thanks!