We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
usage and code of grdvs30.c should be rewrited:
https://github.com/GenericMappingTools/gmt/blob/master/src/seis/grdvs30.c#L183-L197
now the code cannot distinguish value from filename. If you give -C1, it will see 1 as a filename
#8676
The text was updated successfully, but these errors were encountered:
Fixes for #8677
e1ea67a
Fixes for #8677 (#8678)
7a3806e
Fixed that, and other issues, in #8678.
In fact the numeric value for -C was working, just that anothrt checking routine to see if that was a file or a number printed a misleading message.
Sorry, something went wrong.
No branches or pull requests
usage and code of grdvs30.c should be rewrited:
https://github.com/GenericMappingTools/gmt/blob/master/src/seis/grdvs30.c#L183-L197
now the code cannot distinguish value from filename. If you give -C1, it will see 1 as a filename
#8676
The text was updated successfully, but these errors were encountered: