Revision: 56443
          http://sourceforge.net/p/brlcad/code/56443
Author:   brlcad
Date:     2013-08-01 20:16:26 +0000 (Thu, 01 Aug 2013)
Log Message:
-----------
don't forget to update the cpp files, s/rt_g/RTG/

Modified Paths:
--------------
    brlcad/trunk/src/external/Cubit/g-sat.cpp

Modified: brlcad/trunk/src/external/Cubit/g-sat.cpp
===================================================================
--- brlcad/trunk/src/external/Cubit/g-sat.cpp   2013-08-01 20:14:01 UTC (rev 
56442)
+++ brlcad/trunk/src/external/Cubit/g-sat.cpp   2013-08-01 20:16:26 UTC (rev 
56443)
@@ -382,13 +382,13 @@
                verbose++;
                break;
            case 'x':               /* librt debug flag */
-               sscanf( bu_optarg, "%x", &rt_g.debug );
+               sscanf( bu_optarg, "%x", &RTG.debug );
                bu_printb( "librt RT_G_DEBUG", RT_G_DEBUG, DEBUG_FORMAT );
                bu_log("\n");
                break;
            case 'X':               /* NMG debug flag */
-               sscanf( bu_optarg, "%x", &rt_g.NMG_debug );
-               bu_printb( "librt rt_g.NMG_debug", rt_g.NMG_debug, 
NMG_DEBUG_FORMAT );
+               sscanf( bu_optarg, "%x", &RTG.NMG_debug );
+               bu_printb( "librt RTG.NMG_debug", rt_g.NMG_debug, 
NMG_DEBUG_FORMAT );
                bu_log("\n");
                break;
            default:

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


------------------------------------------------------------------------------
Get your SQL database under version control now!
Version control is standard for application code, but databases havent 
caught up. So what steps can you take to put your SQL databases under 
version control? Why should you start doing it? Read more to find out.
http://pubads.g.doubleclick.net/gampad/clk?id=49501711&iu=/4140/ostg.clktrk
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to