-
엔진을 업데이트하기 위해서
git remote add origin https://github.com/gdl-blue/imitated-seed-2
git pull -f origin master```
위와 같이 git pull하면
콘솔에 아래와 같이 표시되는데, 어떻게 하면 되나요?
![image](https://github.com/gd…
-
As reported by @davidh-ssec on SF.net (https://sourceforge.net/p/gnudatalanguage/bugs/651/):
```
IDL> data2 = fltarr(1,2)
IDL> s2 = '5 ' + string([13B, 10B]) + '5 ' + string([13B, 10B])
IDL> rea…
-
IDL> a=indgen(5)
IDL> print, a[-1:0:-1] ; reverse
4 3 2 1 0
IDL>
GDL> a=indgen(5)
GDL> print, a[-1:0:-1] ; reverse
% Range subscript stride must be >= 1.
GDL>
-
I had some wonderful key definitions in IDL that helped me a lot to speed up things:
```
GDL> DEFINE_KEY, 'F10','window,/free',/terminate
% Procedure not found: DEFINE_KEY
% Execution halted at: $…
-
```
from /home/gdl/src/basic_op_new.cpp:26:
/home/gdl/src/includefirst.hpp: In function ‘int maxNumberOfThreadsForDSFMT()’:
/home/gdl/src/includefirst.hpp:96:15: error: ‘min’ is not a member of ‘…
-
```
161: Test command: /export/home/orion/fedora/gdl/gdl-0.9.8/build/testsuite/launchtest "test_resolve_routine.pro"
161: Test timeout computed to be: 9.99988e+06
161: % Compiled module: TEST_RESOL…
-
Updating to 1.0.4 on Fedora Rawhide I'm seeing:
```
test 95
Start 95: test_gaussfit.pro
95: Test command: /builddir/build/BUILD/gdl-v1.0.4/build/src/gdl "-quiet" "-e" "if execute('test_ga…
-
IMPORTANT!!!
In order to make clearer to Gendl users that functions don't behave in a similar way to (computed-) slots, I strongly suggest to make the difference clearer in the code and exploit depen…
-
It is great the message when starting GDL was upgraded ! thanks.
But we mention in it to do : `HELP, /INFO` and we do have to clarify/correct it !
```
* HELP, /INTERNAL_LIB_GDL for a list of al…
-
https://github.com/macports/macports-ports/blob/master/math/gnudatalanguage/Portfile