-
Notifications
You must be signed in to change notification settings - Fork 1
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
a simple test error #1
Comments
Thank you for the report. It seems like issue with the encoding. Do you have any diacritic characters in the comments in your code? What OS and editor are you using? With this information I will try to work on the fix. |
For now I recommend using utf-8 encoding. I can also implement an option to manually specify the encoding as a quick fix. |
Thanks, Translation to UTF-8 is an option but can produce some undesirable effects for old compilers on the clusters and therefore is not always feasible. |
I have pushed an update, you can now select encoding with -e option. Does it solve the issue for you? |
installed fortdep and started a simple test in the src directory (contains only valid fortran f90 files of the same project, no subfolders)
fortdep2 -o deps.inc
The text was updated successfully, but these errors were encountered: