Hello,
I have a piece of fortran code that is specified as follows:
if(ipot1-2) 418, 419, 420
but as you can see the logical expression (ipot1-2) is not a contitional. I have not seen this before. Can anyone tell me what does it mean?
I would really appreciate any help.
I have a piece of fortran code that is specified as follows:
if(ipot1-2) 418, 419, 420
but as you can see the logical expression (ipot1-2) is not a contitional. I have not seen this before. Can anyone tell me what does it mean?
I would really appreciate any help.