Author: Carlos Lopez <[email protected]>
Date:   Fri Oct  7 11:39:21 2011 +0200

Discount to total squared error, the squared error at index instead of the 
local error at index.

---

 synfig-studio/src/synfigapp/wplistconverter.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/synfig-studio/src/synfigapp/wplistconverter.cpp 
b/synfig-studio/src/synfigapp/wplistconverter.cpp
index 43b963d..2978b40 100644
--- a/synfig-studio/src/synfigapp/wplistconverter.cpp
+++ b/synfig-studio/src/synfigapp/wplistconverter.cpp
@@ -183,7 +183,7 @@ WPListConverter::calculate_ek2(unsigned int k1, unsigned 
int k2, bool first_time
                gg=g*g;
                if(!first_time)
                {
-                       se-=ek[i];
+                       se-=ek2[i];
                        se+=gg;
                }
                else


------------------------------------------------------------------------------
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security
threats, fraudulent activity, and more. Splunk takes this data and makes
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2dcopy2
_______________________________________________
Synfig-devl mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/synfig-devl

Reply via email to