-
Hello,
I am switching from IDL to GDL. The code works well under IDL. However, when I run it under GDL (v1.0.6),
the line "hdfid = h5f_open(nc_filename)" causes an error:
H5F_OPEN: Unable to…
-
I got a whole bunch of ld warnings but gdl built ok and is running fine.
ld: warning: text-based stub file /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX…
-
Hello,
I am having trouble running some IDL code under GDL (version 1.0.5)
I am getting the following error under (GDL) ... meanwhile my code works fine with no errors under IDL
% NCDF_VARP…
-
I noticed that `ROT` doesn't give the right outputs:
```
GDL> a=findgen(3,3)
GDL> print, a
0.00000 1.00000 2.00000
3.00000 4.00000 5.00000
6.00000 7.…
-
Basicall the reason why test_format do not pass is not a format problem.
It is just that
linux:
```
GDL> r=-1d
GDL> z=fix(r,type=15)
GDL> z
18446744073709551615
GDL> z[0]=r
GDL> z
18446…
-
I started a compatibility list, all tests with the OIT core. Keep in mind i only played them a few minutes (there could be more issues in late game).
Non-MAME dump are deprecated, don't report issue …
-
@gnudatalanguage/gdldevs, anyone having access to an Apple Silicon machine, help welcome! Thanks
Example output (https://github.com/gnudatalanguage/gdl/actions/runs/10431443505/job/28891119074)
…
-
I looked at porting OMINAS to GDL quite a while ago and found about a million reasons why it wouldn't be worthwhile. I also got the impression the whole project was kind of defunct, so I forgot about…
-
When addressing any not existing variable during debugging of a program causes confusion.
The only way to continue is to create that variable with any contents.
Any way to resolve this?
```
pro …
-
I tried to compile Qsfit with my GDL installation. It is obviously not possible (?).
Sorry, keep in mind I cannot afford IDL.
Regards from German
Charlyms