Skip to content

Commit 535fa6e

Browse files
committed
Testing for GSL should return true if GSL is present
1 parent baff900 commit 535fa6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/RandomMatrices.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ using Catalan
99
#If the GNU Scientific Library is present, turn on additional functionality.
1010
_HAVE_GSL = try
1111
using GSL
12-
_HAVE_GSL
12+
true
1313
end
1414
if _HAVE_GSL
1515
using GSL

0 commit comments

Comments
 (0)