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

[hotfix.readin.stringlength] Hotfix read-in long strings from parameter-file #52

Merged
merged 1 commit into from
Feb 13, 2024

Conversation

AppelDaniel
Copy link
Collaborator

when reading parameter-file, cast varying_string to deferred-shape CHAR array (instead of fixed-length CHAR array) to avoid truncation of long input lines

use case: periodic box where corner coordinates are irrational numbers, e.g. as obtained from trigonometric relations -> coordinates have to be given with sufficient decimals for opposite sides to be identified as conforming

…aracter array (instead of fixed length) to avoid truncation of long input lines

use case: periodic box where corner coordinates are irrational numbers, e.g. as obtained from trigonometric relations -> coordinates have to be given with sufficient decimals for opposite sides to be identified as conforming
@scopplestone scopplestone changed the title Hotfix read-in long strings from parameter-file [hotfix.readin.stringlength] Hotfix read-in long strings from parameter-file Feb 13, 2024
@scopplestone scopplestone merged commit 5ca3c70 into master Feb 13, 2024
2 checks passed
@scopplestone scopplestone deleted the hotfix.readin.stringlength branch February 13, 2024 11:11
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

Successfully merging this pull request may close these issues.

3 participants