OSDN Git Service

Corrected namespace of GSL::Vector. This line is not reached, though.
authordaigo <beatles@users.sourceforge.jp>
Sat, 30 Oct 2010 11:10:19 +0000 (20:10 +0900)
committerDaigo Moriwaki <daigo@debian.org>
Sat, 30 Oct 2010 11:10:19 +0000 (20:10 +0900)
mk_rate

diff --git a/mk_rate b/mk_rate
index be2f8c0..b236811 100755 (executable)
--- a/mk_rate
+++ b/mk_rate
@@ -439,7 +439,7 @@ class WinLossMatrix
             0
           else
             p2 = keys[j]
-            v = p1_hash[p2] || Vector[0,0]
+            v = p1_hash[p2] || GSL::Vector[0,0]
             v[0]
           end
         end)