-
Notifications
You must be signed in to change notification settings - Fork 184
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
Added complex to io #138
Added complex to io #138
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think the change is good, but please split the formatting changes to a different PR. Try to send a PR with just one change that can be approved and merged.
Support for complex. No reformatting. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you @fiolj for these improvements. I have mainly minor revisions.
Could you also update stdlib_experimental_io.md
, please (to mention that it supports complex
numbers)?
Also, could you, please, remove the file stdlib_experimental_io.f90
from the list
set(SRC
stdlib_experimental_ascii.f90
stdlib_experimental_io.f90
stdlib_experimental_error.f90
stdlib_experimental_kinds.f90
stdlib_experimental_optval.f90
stdlib_experimental_system.F90
${outFiles}
)
in src/CMakelists.txt
(it should have been removed sooner I guess)?
Changed files along the lines suggested by @jvdp1 . |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks good to me.
Thanks @fiolj for these improvements
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
Implementation of support for complex number in io
Note that I had to change the function
number_of_rows_numeric()