Revision: 52520
          http://brlcad.svn.sourceforge.net/brlcad/?rev=52520&view=rev
Author:   starseeker
Date:     2012-09-24 14:20:21 +0000 (Mon, 24 Sep 2012)
Log Message:
-----------
Remove some debugging output.

Modified Paths:
--------------
    brlcad/trunk/src/libnurbs/opennurbs_fit.cpp

Modified: brlcad/trunk/src/libnurbs/opennurbs_fit.cpp
===================================================================
--- brlcad/trunk/src/libnurbs/opennurbs_fit.cpp 2012-09-23 16:59:29 UTC (rev 
52519)
+++ brlcad/trunk/src/libnurbs/opennurbs_fit.cpp 2012-09-24 14:20:21 UTC (rev 
52520)
@@ -256,14 +256,14 @@
 NurbsSolve::assign (unsigned rows, unsigned cols, unsigned dims)
 {
   m_Ksparse.resize(rows, cols);
-  std::cout << "m_Ksparse(rows=" << rows << ",cols=" << cols << "\n";
+  //std::cout << "m_Ksparse(rows=" << rows << ",cols=" << cols << "\n";
   m_Ksparse.setZero();
   m_xeig = new ON_Matrix(cols,dims);
   m_xeig->Zero();
-  std::cout << "m_xeig(rows=" << cols << ",cols=" << dims << "\n";
+  //std::cout << "m_xeig(rows=" << cols << ",cols=" << dims << "\n";
   m_feig = new ON_Matrix(rows, dims);
   m_feig->Zero();
-  std::cout << "m_feig(rows=" << rows << ",cols=" << dims << "\n";
+  //std::cout << "m_feig(rows=" << rows << ",cols=" << dims << "\n";
 }
 
 void
@@ -765,8 +765,6 @@
       cv[0] = -2.0 * sigma[0] + dcu * i;
       cv[1] = -2.0 * sigma[1] + dcv * j;
       cv[2] = 0.0;
-      // TODO - need to figure out the line below in OpenNURBS terms
-      //cv_t = eigenvectors * cv + mean;
       ecv (0) = -2.0 * sigma[0] + dcu * i;
       ecv (1) = -2.0 * sigma[1] + dcv * j;
       ecv (2) = 0.0;

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to