Re: gmt_shell_functions.sh under GMT5.1.0
Joaquim Luis <[email protected]>
| Newsgroups | gmane.comp.gis.gmt.user |
|---|---|
| Message-ID | <[email protected]> |
George,
All gmt programs that start with 'gmt' can be called that way. That is
gmtmath <==> gmt math
gmtset <==> gmt set
...
this was also for an aesthetic reason
this looks uglier
gmt gmtmat
than
gmt math
and it works equally well on Windows
Joaquim
> Hello to all,
> Since I do not know if it is a bug or system specific problem, I am
> first posting it here.
>
> Under GMT5.1.0, there is probably a bug in the last two line of the
> gmt_shell_functions.sh so that the frame increment for animations does
> not work. The file now reads
>
> gmt_set_framenext() {
> gmt math -Q $1 1 ADD =
> }
>
> while there should not be a space between gmt and math,
>
> gmt_set_framenext() {
> gmtmath -Q $1 1 ADD =
> }
>
> This is an issue under Windows and Cygwing, since the command "math"
> is obviously not recognized and the animation fails. Apologies if this
> is a platform/system specific issue.
>
> Best regards,
> George
> --
> To unsubscribe, send the message "signoff gmt-help" to
> [email protected]
To unsubscribe, send the message "signoff gmt-help" to [email protected]