Revision: 41233
          http://brlcad.svn.sourceforge.net/brlcad/?rev=41233&view=rev
Author:   brlcad
Date:     2010-11-02 18:18:09 +0000 (Tue, 02 Nov 2010)

Log Message:
-----------
copy paste diff with src/conv/nmg/nmg-bot.c code.  here it's nmg_model, not m.

Modified Paths:
--------------
    brlcad/trunk/src/libged/facetize.c

Modified: brlcad/trunk/src/libged/facetize.c
===================================================================
--- brlcad/trunk/src/libged/facetize.c  2010-11-02 18:03:59 UTC (rev 41232)
+++ brlcad/trunk/src/libged/facetize.c  2010-11-02 18:18:09 UTC (rev 41233)
@@ -254,7 +254,7 @@
        /* WTF, FIXME: this is only dumping the first shell of the first region 
*/
 
        r = BU_LIST_FIRST(nmgregion, &nmg_model->r_hd);
-       if (r && BU_LIST_NEXT(nmgregion, &r->l) !=  (struct nmgregion 
*)&m->r_hd)
+       if (r && BU_LIST_NEXT(nmgregion, &r->l) !=  (struct nmgregion 
*)&nmg_model->r_hd)
            bu_vls_printf(&gedp->ged_result_str, "WARNING: model has more than 
one region, only facetizing the first\n");
 
        s = BU_LIST_FIRST(shell, &r->s_hd);


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

------------------------------------------------------------------------------
Nokia and AT&T present the 2010 Calling All Innovators-North America contest
Create new apps & games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to