Skip to content
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

Make character variables in Fortran have arbitrary length #139

Open
edoddridge opened this issue May 6, 2017 · 0 comments
Open

Make character variables in Fortran have arbitrary length #139

edoddridge opened this issue May 6, 2017 · 0 comments

Comments

@edoddridge
Copy link
Owner

As identified in #121, the length of character variables used to store the input filenames can be an issue if the names become quite long.

A quick fix of increasing the max length from 30 to 60 characters solved the problem identified in #121, but a better long term solution of making them have arbitrary length was proposed.

An example of the syntax for creating an allocated character variable can be found here.

This is currently a low priority.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant