Revision: 45875
          http://brlcad.svn.sourceforge.net/brlcad/?rev=45875&view=rev
Author:   brlcad
Date:     2011-08-10 04:39:25 +0000 (Wed, 10 Aug 2011)

Log Message:
-----------
things are way simpler than I was attempting, just call wdb_put_internal()

Modified Paths:
--------------
    brlcad/trunk/src/proc-db/csgbrep.cpp

Modified: brlcad/trunk/src/proc-db/csgbrep.cpp
===================================================================
--- brlcad/trunk/src/proc-db/csgbrep.cpp        2011-08-10 04:15:38 UTC (rev 
45874)
+++ brlcad/trunk/src/proc-db/csgbrep.cpp        2011-08-10 04:39:25 UTC (rev 
45875)
@@ -56,8 +56,7 @@
        return;
 
     /* write the object in implicit form */
-/*     dp = db_diradd(fp->dbip, name, ladd, len, flags, ptr); */
-    rt_db_put_internal(dp, fp->dbip, ip, &rt_uniresource);
+    wdb_put_internal(fp, name, ip, 1.0);
 
     /* write the object in brep/nurbs form */
     brep = ON_Brep::New();


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

------------------------------------------------------------------------------
uberSVN's rich system and user administration capabilities and model 
configuration take the hassle out of deploying and managing Subversion and 
the tools developers use with it. Learn more about uberSVN and get a free 
download at:  http://p.sf.net/sfu/wandisco-dev2dev
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to