usata-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Usata-commits] Changes to usata2/src/gfx/mesh.cpp


From: Chong Kai Xiong
Subject: [Usata-commits] Changes to usata2/src/gfx/mesh.cpp
Date: Sun, 09 Jan 2005 14:22:51 -0500

Index: usata2/src/gfx/mesh.cpp
diff -u usata2/src/gfx/mesh.cpp:1.1 usata2/src/gfx/mesh.cpp:1.2
--- usata2/src/gfx/mesh.cpp:1.1 Sun Jan  9 18:47:01 2005
+++ usata2/src/gfx/mesh.cpp     Sun Jan  9 18:50:51 2005
@@ -9,7 +9,7 @@
 // included in the software distribution, or visit
 // http://www.fsf.org/licenses/gpl.html.
 //
-// $Id: mesh.cpp,v 1.1 2005/01/09 18:47:01 Descender Exp $
+// $Id: mesh.cpp,v 1.2 2005/01/09 18:50:51 Descender Exp $
 
 #include <string>
 #include <boost/tuple/tuple_comparison.hpp>
@@ -120,7 +120,7 @@
 
                                                if (m_edges.find(edges) == 
m_edges.end())
                                                {
-                                                       m_edges[edges] = 
TrianglePair(0, t);
+                                                       m_edges[edges] = 
TrianglePair(-1, t);
                                                }
                                                else
                                                {




reply via email to

[Prev in Thread] Current Thread [Next in Thread]