Commit 6e51419e authored by Oleg Dzhimiev's avatar Oleg Dzhimiev

-;

parent 8ad256dd
......@@ -165,7 +165,7 @@ numbers.calculus.GaussNewton = function(v,n,r,dr,eps,w){
// sum of weights for normalization
function ws(v,n){
var wsum = 0;
var wsum = 0
for(var i=0;i<n;i++){
wsum += w(i,v)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment