[Pkg-javascript-commits] [science.js] 58/87: replace science.vector with science.lin

bhuvan krishna bhuvan-guest at moszumanska.debian.org
Thu Dec 8 06:12:00 UTC 2016


This is an automated email from the git hooks/post-receive script.

bhuvan-guest pushed a commit to branch master
in repository science.js.

commit 0d082aff7a45b1665d40ca396cf4a70a6eb49cdd
Author: Carlos Scheidegger <cscheid at research.att.com>
Date:   Tue Feb 14 19:42:51 2012 -0500

    replace science.vector with science.lin
---
 src/lin/length.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lin/length.js b/src/lin/length.js
index 2ed5b56..67d45d4 100644
--- a/src/lin/length.js
+++ b/src/lin/length.js
@@ -1,3 +1,3 @@
 science.lin.length = function(p) {
-  return Math.sqrt(science.vector.dot(p, p));
+  return Math.sqrt(science.lin.dot(p, p));
 };

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/science.js.git



More information about the Pkg-javascript-commits mailing list