[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [30400] branches/soc-2010-rohith291991/ intern/comiso/intern/uv.cpp: Did thorough testing on ubuntu 10. 04 with valgrind.

Rohith B V rohith291991 at gmail.com
Fri Jul 16 00:31:55 CEST 2010


Revision: 30400
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=30400
Author:   rohith291991
Date:     2010-07-16 00:31:55 +0200 (Fri, 16 Jul 2010)

Log Message:
-----------
Did thorough testing on ubuntu 10.04 with valgrind. Found a small bug and fixed it.

Modified Paths:
--------------
    branches/soc-2010-rohith291991/intern/comiso/intern/uv.cpp

Modified: branches/soc-2010-rohith291991/intern/comiso/intern/uv.cpp
===================================================================
--- branches/soc-2010-rohith291991/intern/comiso/intern/uv.cpp	2010-07-15 21:39:47 UTC (rev 30399)
+++ branches/soc-2010-rohith291991/intern/comiso/intern/uv.cpp	2010-07-15 22:31:55 UTC (rev 30400)
@@ -636,7 +636,8 @@
 
 			}
 		}
-
+if(constraint==0)
+constraint++;
 	C.resize(constraint,2*nvar+1) ;
 	C.setZero();
 





More information about the Bf-blender-cvs mailing list