gmt_shell_functions.sh under GMT5.1.0

George Vergos <[email protected]>
Newsgroups gmane.comp.gis.gmt.user
Organization Aristotle University of Thessaloniki
Message-ID <[email protected]>
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]
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.