You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hama.apache.org by ed...@apache.org on 2008/09/17 16:57:26 UTC

svn commit: r696334 - /incubator/hama/trunk/src/java/org/apache/hama/DenseMatrix.java

Author: edwardyoon
Date: Wed Sep 17 07:57:25 2008
New Revision: 696334

URL: http://svn.apache.org/viewvc?rev=696334&view=rev
Log: (empty)

Modified:
    incubator/hama/trunk/src/java/org/apache/hama/DenseMatrix.java

Modified: incubator/hama/trunk/src/java/org/apache/hama/DenseMatrix.java
URL: http://svn.apache.org/viewvc/incubator/hama/trunk/src/java/org/apache/hama/DenseMatrix.java?rev=696334&r1=696333&r2=696334&view=diff
==============================================================================
--- incubator/hama/trunk/src/java/org/apache/hama/DenseMatrix.java (original)
+++ incubator/hama/trunk/src/java/org/apache/hama/DenseMatrix.java Wed Sep 17 07:57:25 2008
@@ -169,7 +169,7 @@
           .get(columnKey)));
     }
 
-    return new DenseVector(column, trunk);
+    return new DenseVector(trunk);
   }
 
   public Matrix mult(Matrix B) throws IOException {