- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
I am encountering the following errors while compiling my Fortran code:
- An "Unexpected character in variable list" error occurs at the line DIMENSION XIN(NI), OUT(NOUT), ....
- "Unclassifiable statement" errors appear at lines like OUT(1) = XIN(1).
I am unable to identify the cause of these errors. There might be an issue with variable declarations or incorrect usage in the code. Could you please assist?
コピーされたリンク
2 返答(返信)
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
@ZEMROG please share some more details of your environment like OS/compiler/VS version used. Also please attach the source code and a reproducer that triggers the error.
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Those errors are not from Intel Fortran - they look more like gfortran to me.