LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   INterpretation of Compile time error message in GFortran. (https://www.linuxquestions.org/questions/linux-newbie-8/interpretation-of-compile-time-error-message-in-gfortran-4175529928/)

AlexBB 01-03-2015 01:01 PM

INterpretation of Compile time error message in GFortran.
 
I get this error message at compile time (just an example):

Quote:

gauss_leg_quad.f90:136.131:
The first number (136) is obviously the line number in the source code file but what is the second number? It is not a column number it seems,

Thanks. -A.

btmiller 01-03-2015 03:42 PM

I am pretty sure it is the position in the line where the error occurred. Remember, Fortran 90 and up are no longer fixed-format and limited to 78 character lines.

AlexBB 01-03-2015 07:36 PM

That's what I thought also but this is definitely not the case. I finally fixed the problem. The FORMAT statement had a mistake, I rewrote it and thus found the wrong syntax. The FORMAT statements in this program are very short and nowhere near 131 or so characters. Thanks, - A.


All times are GMT -5. The time now is 11:01 PM.