1
I Use This!
Moderate Activity

News

Analyzed about 9 hours ago. based on code collected about 9 hours ago.
Posted over 6 years ago by Sylwester Arabas
GDL development had moved to github. Please contribute by providing relevant info here: https://github.com/gnudatalanguage/gdl/issues/611 Thanks
Posted over 6 years ago by Roman Kanala
magick/semaphore.c connection failure
Posted over 6 years ago by Charles ROGE
Hello all, I've installed GDL 0.9.8 from sources (Gnu compilation) I encounter the following problem. This loop FOR i=0,257 DO PRINT, i works fine However that one does not work FOR i=0,257 DO BEGIN PRINT, i ENDFOR Are there any obvious errors in the second loop? Or could it be some problems in my GDL installation? Thanks Charles
Posted over 6 years ago by Sylwester Arabas
Also, please note that v0.9.9 was released on 18 Nov 2018 on github: https://github.com/gnudatalanguage/gdl/releases
Posted over 6 years ago by Sylwester Arabas
Loop seems fine, please be more specific in terms of what does not work and how you execute the code. BTW, GDL development had been moved to github, please use the issue-tracking facilities there: http://github.com/gnudatalanguage/gdl
Posted over 6 years ago by Charles ROGE
Hello all, I've installed GDL 0.9.8 from sources (Gnu compilation) I encouter the following problem. This loop FOR i=0,257 DO PRINT, i works fine However that one does not work FOR i=0,257 DO BEGIN PRINT, i ENDFOR Are there any obvious errors in the second loop? Or could it be some problems in my GDL installation? Thanks Charles
Posted over 6 years ago by Sylwester Arabas
bye, the way, how do you people get your funding? There has been no funding per se that I know of (of course, several of GDL contributors' institutions could be effectively considered as supporting GDL).
Posted over 6 years ago by giloo
hi, please note that GDL has moved on github http://github.com/gnudatalanguage/gdl/ , that's where bugs should be reported, and probably discussions be transferred also, as we do not monitor sourceforge anymore. In the present case, I find no ... [More] difference btw GDL and IDL outputs using the latest gdl, 0.9.9 (apart the smaller size of fonts in the GDL version that are debatable). [Less]
Posted over 6 years ago by Paul Greninger
Thanks so much for getting back to me. It worked. It's been a while since I ran these files. bye, the way, how do you people get your funding? On Mon, Jun 10, 2019 at 3:00 PM Christian Wimmer [email protected] wrote: Hi, when you compile ... [More] the contents of the file with the .compile command then the procedure bcalcstix19g will be compiled: … pro bcalcstix19g starttime = systime(1) … You need to type bcalcstix19g in order to execute the program If you want that bcalcstix19g_4thquad is being... [Less]
Posted over 6 years ago by Christian Wimmer
Hi, when you compile the contents of the file with the .compile command then the procedure bcalcstix19g will be compiled: … pro bcalcstix19g starttime = systime(1) … You need to type bcalcstix19g in order to execute the program If you want that ... [More] bcalcstix19g_4thquad is being executed then you need to change your program inside to: … pro bcalcstix19g_4thquad starttime = systime(1) … Did you understand? The filename is: bcalcstix19g_4thquad.pro but the procedure name is bcalcstix19g Best regards, Chris... [Less]