Skip to content

Commit

Permalink
Fixed another namespace issue from old project.
Browse files Browse the repository at this point in the history
  • Loading branch information
hamilton committed Jul 2, 2010
1 parent 5bde900 commit d52b646
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/infer/lsh.clj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
; - proper unit testing.
; - create a thread-safe version.

(ns projectioneer.lsh
(ns infer.lsh
(:use [clojure.contrib.math :only (floor)])
(:use [clojure.contrib.seq-utils :only (shuffle)])
(:use [clojure.set :only (union intersection difference)])
Expand Down

0 comments on commit d52b646

Please sign in to comment.