[root] / trunk / math / mathmore / src / GSLMultiFit.h Repository:
ViewVC logotype

Diff of /trunk/math/mathmore/src/GSLMultiFit.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 25485, Mon Sep 22 07:52:52 2008 UTC revision 25486, Mon Sep 22 12:43:03 2008 UTC
# Line 181  Line 181 
181        if (status != 0) return edm;        if (status != 0) return edm;
182        status = gsl_blas_ddot(fVec, tmp, &edm);        status = gsl_blas_ddot(fVec, tmp, &edm);
183        if (status != 0) return -1;        if (status != 0) return -1;
184        // need to diide bby 2 ??        // need to divide by 2 ??
185        return 0.5*edm;        return 0.5*edm;
186    
187     }     }

Legend:
Removed from v.25485  
changed lines
  Added in v.25486

Subversion Admin
ViewVC Help
Powered by ViewVC 1.0.9