Skip to content

Commit

Permalink
fix narray superclass mismatch problem
Browse files Browse the repository at this point in the history
  • Loading branch information
v0dro committed May 11, 2016
1 parent c3633ec commit 9e0c9e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/gsl.rb
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
begin
require 'narray'
require 'narray' if ENV['NARRAY']
rescue LoadError
end

begin
require 'nmatrix/nmatrix'
require 'nmatrix/nmatrix' if ENV['NMATRIX']
rescue LoadError
end

Expand Down

0 comments on commit 9e0c9e6

Please sign in to comment.