Revision: 55254
          http://sourceforge.net/p/brlcad/code/55254
Author:   phoenixyjll
Date:     2013-04-26 10:03:58 +0000 (Fri, 26 Apr 2013)
Log Message:
-----------
Remove the unnecessary conversion and debugging outputs.

Modified Paths:
--------------
    brlcad/trunk/src/librt/tests/test_ssi.cpp

Modified: brlcad/trunk/src/librt/tests/test_ssi.cpp
===================================================================
--- brlcad/trunk/src/librt/tests/test_ssi.cpp   2013-04-26 09:43:20 UTC (rev 
55253)
+++ brlcad/trunk/src/librt/tests/test_ssi.cpp   2013-04-26 10:03:58 UTC (rev 
55254)
@@ -178,7 +178,6 @@
            ON_3dPoint p = curve[i]->PointAt(dom.ParameterAt((double) j
                                                             / (double) 
plotres));
            VSET(ps->pp_coord, p.x, p.y, p.z);
-           bu_log("%lf %lf %lf\n", p.x, p.y, p.z);
            ps->pp_id = 50;
            ps->pp_od = 100;
            ps->pp_bendradius = 0;
@@ -191,8 +190,6 @@
        sprintf(number, "%d", i);
        strcat(name, number);
 
-       struct bu_external ext;
-       BU_CK_EXTERNAL(&ext);
        struct directory *dp;
        dp = db_diradd(dbip, name, RT_DIR_PHONY_ADDR, 0, RT_DIR_SOLID, 
(genptr_t)&intern.idb_type);
        ret = rt_db_put_internal(dp, dbip, &intern, &rt_uniresource);

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


------------------------------------------------------------------------------
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to