- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
Hello, fellow members!
Im totally new to this. I have just installed Intel Visual Fortran Composer XE 2011 and started to play around with the samples.
Im just wondering if there is any way to make the Intel Visual Fortran Composer XE 2011 case-sensitive? I have a colleague that says that you could enable case-sensitivity in the 9.1 version. Is this correct?
That is:
integer, parameter :: ROW=101
and
integer, parameter :: Row=101
would be two different variables.
Best regards and thanks in advance!
Im totally new to this. I have just installed Intel Visual Fortran Composer XE 2011 and started to play around with the samples.
Im just wondering if there is any way to make the Intel Visual Fortran Composer XE 2011 case-sensitive? I have a colleague that says that you could enable case-sensitivity in the 9.1 version. Is this correct?
That is:
integer, parameter :: ROW=101
and
integer, parameter :: Row=101
would be two different variables.
Best regards and thanks in advance!
링크가 복사됨
2 응답
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
IVF has the/names:as_is switch, which I tried to use in the past in order to merge code from two different modules (with PI as the diameter-to-perimeter ratio in one module, and pi as the initial pressure in the other).
Back then it didn't work very well, mainly because the compiler had the tendency to get confused with kind suffixes and binding names. I'm not sure if the problem was solved.
