What Does Error: Unclassifiable Statement Mean?

  • Thread starter Thread starter saida29
  • Start date Start date
AI Thread Summary
The error message "Error: Unclassifiable statement" typically indicates that the Fortran compiler has encountered a line of code it cannot interpret due to syntax issues. The discussion highlights the importance of reviewing the specific line mentioned in the error message for potential mistakes, such as incorrect formatting or misplaced statements. Participants suggest that instead of seeking full debugging assistance, the user should focus on understanding and resolving the issues within their code. Clarifying what constitutes an "unclassifiable statement" and a syntax error can help in identifying the root cause of the problem. Engaging with the community for guidance on debugging techniques is encouraged.
saida29
Messages
1
Reaction score
0
hello
i'm sorry, i post this message in french at fist. thank you
 

Attachments

Engineering news on Phys.org
The pdf looks like:
hello
I have a program which usemodules recorded elsewhere. I compile with gfortran these modules then
the main code and I get the following message :
Code:
fbar(i,j,minus_i)=(1.d0-xi)*fbar(i,j,f1_i)+xi*f_star 1
Error: Unclassifiable statement at (1)
ye2011.for:1400.41:
&"density","rsd-density rsd-x rsd-y"
1
Error: Syntax error in WRITE statement at (1)

it joined the program then modules. I really need help.is there someone how can offer me a solution. thank you very much. thank you for your patience and your support
... then there is rather a lot of code.
The forum is not here to debug your code for you - you could open a free-software project and ask for community help for that. What we can do here is help you to debug your own code.

Fortunately the error message itself gives you a clue about where to look.

Do you know what "unclassifiable statement" means?
Do you know what a syntax error is?
Have you found the objectionable statements in your code?
 
Thread 'How can I find the cleanout for my building drain?'
I am a long distance truck driver, but I recently completed a plumbing program with Stratford Career Institute. In the chapter of my textbook Repairing DWV Systems, the author says that if there is a clog in the building drain, one can clear out the clog by using a snake augur or maybe some other type of tool into the cleanout for the building drain. The author said that the cleanout for the building drain is usually near the stack. I live in a duplex townhouse. Just out of curiosity, I...
Back
Top