Revision: 77943
          http://sourceforge.net/p/brlcad/code/77943
Author:   starseeker
Date:     2020-12-07 16:42:05 +0000 (Mon, 07 Dec 2020)
Log Message:
-----------
Initialize

Modified Paths:
--------------
    brlcad/trunk/src/libbg/spsr/MultiGridOctreeData.IsoSurface.inl

Modified: brlcad/trunk/src/libbg/spsr/MultiGridOctreeData.IsoSurface.inl
===================================================================
--- brlcad/trunk/src/libbg/spsr/MultiGridOctreeData.IsoSurface.inl      
2020-12-07 16:40:09 UTC (rev 77942)
+++ brlcad/trunk/src/libbg/spsr/MultiGridOctreeData.IsoSurface.inl      
2020-12-07 16:42:05 UTC (rev 77943)
@@ -396,7 +396,7 @@
                                                        if( stillOwner )
                                                        {
                                                                // We only need 
to pass the iso-vertex down if the edge it lies on is adjacent to a coarser leaf
-                                                               bool isNeeded;
+                                                               bool isNeeded = 
false;
                                                                switch( o )
                                                                {
                                                                case 0: 
isNeeded = ( neighborKey.neighbors[depth].neighbors[1][2*y][1]==NULL || 
neighborKey.neighbors[depth].neighbors[1][2*y][2*z]==NULL || 
neighborKey.neighbors[depth].neighbors[1][1][2*z]==NULL ) ; break;

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



_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to