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

LC_NUMERIC="en_US.UTF-8" #1

Open
xwanner opened this issue Jul 8, 2021 · 0 comments
Open

LC_NUMERIC="en_US.UTF-8" #1

xwanner opened this issue Jul 8, 2021 · 0 comments

Comments

@xwanner
Copy link

xwanner commented Jul 8, 2021

Hi,

in scripts/pride_pppar.sh, I got an error line 415 with the printf function ("invalid number"). The local should be set "en_US.UTF-8" in order to work.

purposed patch for this line :
` LC_NUMERIC="en_US.UTF-8" printf " %s%16.4f%16.4f%16.4f\n" ${site} ${initial_pos[*]} >> sit.xyz

I don't now exactly where it should be corrected elsewhere in the software.

Cheers

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