Revision: 66063
          http://sourceforge.net/p/brlcad/code/66063
Author:   carlmoore
Date:     2015-08-20 22:05:43 +0000 (Thu, 20 Aug 2015)
Log Message:
-----------
fix spelling although this is dead code

Modified Paths:
--------------
    brlcad/trunk/src/librt/screened_poisson.cpp

Modified: brlcad/trunk/src/librt/screened_poisson.cpp
===================================================================
--- brlcad/trunk/src/librt/screened_poisson.cpp 2015-08-20 21:10:45 UTC (rev 
66062)
+++ brlcad/trunk/src/librt/screened_poisson.cpp 2015-08-20 22:05:43 UTC (rev 
66063)
@@ -280,7 +280,7 @@
      *  new value as to limit the # of points we were dealing with.  Right now 
we go ahead and
      *  save them because it is not hurting us and is easier */
 #if 0
-    if (differLeft && diffRight) {
+    if (diffLeft && diffRight) {
        /* sample the the left and right of the middle ray */
        sub_sample(state, prevRay, &middle_ray, pcont, depth+1, cpu);
        sub_sample(state, &middle_ray, currRay, pcont, depth+1, cpu);

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