-
from my experience, it seems that a package related to plplot is missing
more informations here:
http://doc.ubuntu-fr.org/gdl
plplot9-driver-xwin.
2009-11-06 17:58:07 UTC in GDL - GNU Data Language
-
if( p0->Type() == STRUCT)
throw GDLException( e->CallingNode(),
"INVERT: Struct expression not allowed in this context:");.
2009-11-04 17:10:21 UTC in GDL - GNU Data Language
-
First case is the size of array is too, so big than we may have a neg due to modulo in longint ...
Second case (I create a new entry) is very simple: bad case check at GDL level
Alain.
2009-10-30 23:04:13 UTC in GDL - GNU Data Language
-
I just copy here a bug mentionned by Sylvester in order not to forgot it
Very simple, but no time now ;-)
Alain
GDL> la_trired, 1, 1, 1
gsl: init_source.c:29: ERROR: matrix dimension n1 must be positive
integer
Default GSL error handler invoked.
Abort trap.
2009-10-30 23:02:29 UTC in GDL - GNU Data Language
-
I have a report from an user using Snow Leopard, who succeed to compile BUT starts running:
libtoolize
aclocal
autoconf
automake
./configure [...]
make.
2009-10-30 20:37:18 UTC in GDL - GNU Data Language
-
A preliminary version of better scales is now in CVS, but only for PLOT. No time now to propagate into CONTOUR and SURFACE (maybe PLOTS also ?)
We also have to improve the LOG case.
Yes, an automatic checking of ranges can be useful, such tests are boring !
(for memory, 2 other details: I have a POLAR code around; we have to manage X and Y when their respective numbers of elements are...
2009-10-26 01:12:50 UTC in GDL - GNU Data Language
-
alaingdl committed patchset 970 of module gdl to the GDL - GNU Data Language CVS repository, changing 1 files.
2009-10-26 01:03:41 UTC in GDL - GNU Data Language
-
GDL> .r testsuite/test_check_math.pro
% Compiled module: DO_ERROR.
% Program caused arithmetic error: Integer divide by 0
% Compiled module: DO_ERROR_INT.
% Compiled module: DO_ERROR_FLT.
% Compiled module: DO_ERROR_ZERO.
% Compiled module: TEST_CHECK_MATH.
% Program caused arithmetic error: Integer divide by 0
% Compiled module: TEST_CHECK_MATH_CUMUL.
% Compiled module: MINI_PRO.
%...
2009-10-25 22:21:58 UTC in GDL - GNU Data Language
-
the code is in TEST_CHECK_MATH ...
.r testsuite/test_check_math.pro
[...]
then running TEST_CHECK_MATH_CUMUL than give bad results ...
(the problem may come from an inappropriate clean up of FE_ALL_EXCEPT
in dinterpreter.cpp
dinterpreter.cpp: feclearexcept(FE_ALL_EXCEPT); )
GDL> TEST_CHECK_MATH_CUMUL
(expected 1) 0
(expected 17) 0
(expected 145)
2009-10-25 22:20:10 UTC in GDL - GNU Data Language
-
because this bug is not clearly explained, I close it but I will open a new one ;-)
Alain.
2009-10-25 22:14:38 UTC in GDL - GNU Data Language