-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ifort 15.0 does not yet support F2008 syntax #5
Comments
Tom, Where am I doing that? Also note that I NEED help on the Fortran stuff, especially converting C -- Bob On Mon, May 11, 2015 at 4:08 PM, tclune [email protected] wrote:
|
On May 11, 2015, at 4:13 PM, Bob Fischer [email protected] wrote:
type(logical) :: try
No problem. I’ve done the reverse on multiple occasions. Should be easy. Unfortunately, I think robustness will require the string to be copied. OTOH, performance should not be an issue for these use cases.
Thomas Clune, Ph. D. [email protected] |
Thanks, removed it. On Mon, May 11, 2015 at 4:17 PM, tclune [email protected] wrote:
|
The following is new syntax in F2008:
type (integer)
It is available in some compilers, but not others. Recommend using F2003 syntax for portability.
The text was updated successfully, but these errors were encountered: