Error: Invalid character in name at (1)

后端 未结 4 1684
清酒与你
清酒与你 2021-01-20 22:50

I am trying to compile a fortran file along with some .h files in FORTRAN. The .h files contain definition for common blocks of variable. When I compile them in Fortran, I get t

4条回答
  •  野性不改
    2021-01-20 23:40

    Actually the Fortran 77 continuation column is number six.

    http://web.stanford.edu/class/me200c/tutorial_77/03_basics.html

提交回复
热议问题