Revision: 75777
          http://sourceforge.net/p/brlcad/code/75777
Author:   starseeker
Date:     2020-05-12 20:16:14 +0000 (Tue, 12 May 2020)
Log Message:
-----------
fix comment

Modified Paths:
--------------
    brlcad/trunk/src/libged/bot/extrude.cpp

Modified: brlcad/trunk/src/libged/bot/extrude.cpp
===================================================================
--- brlcad/trunk/src/libged/bot/extrude.cpp     2020-05-12 20:11:45 UTC (rev 
75776)
+++ brlcad/trunk/src/libged/bot/extrude.cpp     2020-05-12 20:16:14 UTC (rev 
75777)
@@ -161,7 +161,8 @@
                VSCALE(pv1[j], n, bot->thickness[i]);
                VSCALE(pv2[j], n, -1*bot->thickness[i]);
            } else {
-               /* Note - g_include_bot.c uses .51 */
+               /* Note - g_bot_include.c uses .51, so using the same value
+                * here for consistency. */
                VSCALE(pv1[j], n, 0.51*bot->thickness[i]);
                VSCALE(pv2[j], n, -0.51*bot->thickness[i]);
            }

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