Revision: 56916
          http://sourceforge.net/p/brlcad/code/56916
Author:   starseeker
Date:     2013-08-17 03:31:11 +0000 (Sat, 17 Aug 2013)
Log Message:
-----------
Whoops, add # to point numbers

Modified Paths:
--------------
    brlcad/trunk/src/conv/step/ON_Brep.cpp

Modified: brlcad/trunk/src/conv/step/ON_Brep.cpp
===================================================================
--- brlcad/trunk/src/conv/step/ON_Brep.cpp      2013-08-17 03:26:16 UTC (rev 
56915)
+++ brlcad/trunk/src/conv/step/ON_Brep.cpp      2013-08-17 03:31:11 UTC (rev 
56916)
@@ -117,7 +117,7 @@
            insrf->GetCV(i, j, cv_pnt);
            ON_3dPoint_to_Cartesian_point(&(cv_pnt), step_cartesian);
            if (j != 0) ss << ",";
-           ss << ((SDAI_Application_instance *)step_cartesian)->StepFileId();
+           ss << "#" << ((SDAI_Application_instance 
*)step_cartesian)->StepFileId();
        }
        ss << ")";
        std::string str = ss.str();

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


------------------------------------------------------------------------------
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to