Revision: 56588
          http://sourceforge.net/p/brlcad/code/56588
Author:   starseeker
Date:     2013-08-05 17:27:14 +0000 (Mon, 05 Aug 2013)
Log Message:
-----------
Stray comma (thanks Sean)

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-05 17:23:39 UTC (rev 
56587)
+++ brlcad/trunk/src/conv/step/ON_Brep.cpp      2013-08-05 17:27:14 UTC (rev 
56588)
@@ -72,7 +72,7 @@
        return attr_result;
 }
 
-bool ON_BRep_to_STEP(ON_Brep *brep, , Registry *registry)
+bool ON_BRep_to_STEP(ON_Brep *brep, Registry *registry)
 {
        STEPentity ** vertex_cartesian_pt_array = new 
STEPentity*[brep->m_V.Count()];
        STEPentity ** vertex_pt_array = new STEPentity*[brep->m_V.Count()];

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