Hello there,

I just ran the static analyser "cppcheck" over the source code
of gsl-1.15. Amongst other things, it said

[gegenbauer.c:110]: (warning) Logical disjunction always evaluates to true: x>= 
-1.0 || x <= 1.0.

[driver.c:114]: (warning) Logical disjunction always evaluates to true: hmin>= 
0.0 || hmin < 0.0.

Suggest replace || with &&

Regards

David Binderman                                           

Reply via email to