Revision: 56956
          http://sourceforge.net/p/brlcad/code/56956
Author:   brlcad
Date:     2013-08-19 15:19:53 +0000 (Mon, 19 Aug 2013)
Log Message:
-----------
ws

Modified Paths:
--------------
    brlcad/trunk/src/conv/dbupgrade.c
    brlcad/trunk/src/conv/enf-g.c
    brlcad/trunk/src/conv/fast4-g.c
    brlcad/trunk/src/conv/step/BSplineCurve.h
    brlcad/trunk/src/conv/step/Line.h
    brlcad/trunk/src/conv/step/STEPEntity.cpp
    brlcad/trunk/src/conv/step/g-step.cpp

Modified: brlcad/trunk/src/conv/dbupgrade.c
===================================================================
--- brlcad/trunk/src/conv/dbupgrade.c   2013-08-19 14:37:16 UTC (rev 56955)
+++ brlcad/trunk/src/conv/dbupgrade.c   2013-08-19 15:19:53 UTC (rev 56956)
@@ -97,8 +97,8 @@
     }
 
     if ( (dbip = db_open(argv[in_arg], DB_OPEN_READONLY)) == DBI_NULL )  {
-        perror( argv[in_arg] );
-        return 2;
+       perror( argv[in_arg] );
+       return 2;
     }
 
     version = db_version(dbip);

Modified: brlcad/trunk/src/conv/enf-g.c
===================================================================
--- brlcad/trunk/src/conv/enf-g.c       2013-08-19 14:37:16 UTC (rev 56955)
+++ brlcad/trunk/src/conv/enf-g.c       2013-08-19 15:19:53 UTC (rev 56956)
@@ -582,7 +582,7 @@
        if ( mk_addmember( this_assem->members[i]->brlcad_comb,
                           &assem_head.l, NULL, WMOP_UNION ) == WMEMBER_NULL )
            bu_exit( 1, "%s: ERROR: Failed to add region %s to assembly %s\n",
-                        progname,this_assem->members[i]->brlcad_comb, 
this_assem->brlcad_comb );
+                       progname,this_assem->members[i]->brlcad_comb, 
this_assem->brlcad_comb );
 
     if ( mk_comb( fd_out, this_assem->brlcad_comb, &assem_head.l, 0, NULL, 
NULL, NULL,
                  0, 0, 0, 0, 0, 0, 0 ) )

Modified: brlcad/trunk/src/conv/fast4-g.c
===================================================================
--- brlcad/trunk/src/conv/fast4-g.c     2013-08-19 14:37:16 UTC (rev 56955)
+++ brlcad/trunk/src/conv/fast4-g.c     2013-08-19 15:19:53 UTC (rev 56956)
@@ -889,7 +889,7 @@
        if (!ptr->in_comp_group && ptr->region_id > 0 && 
!is_a_hole(ptr->region_id)) {
            /* add this component to a series */
 
-            if (!group_head || ptr->region_id > region_id_max) {
+           if (!group_head || ptr->region_id > region_id_max) {
                struct wmember *new_head;
                ssize_t new_cnt, i;
                struct bu_list *list_first;

Modified: brlcad/trunk/src/conv/step/BSplineCurve.h
===================================================================
--- brlcad/trunk/src/conv/step/BSplineCurve.h   2013-08-19 14:37:16 UTC (rev 
56955)
+++ brlcad/trunk/src/conv/step/BSplineCurve.h   2013-08-19 15:19:53 UTC (rev 
56956)
@@ -53,8 +53,8 @@
     bool Load(STEPWrapper *sw, SDAI_Application_instance *sse);
     virtual bool LoadONBrep(ON_Brep *brep);
     /*TODO: remove
-       virtual const double *PointAtEnd();
-       virtual const double *PointAtStart();
+       virtual const double *PointAtEnd();
+       virtual const double *PointAtStart();
     */
     virtual void Print(int level);
 

Modified: brlcad/trunk/src/conv/step/Line.h
===================================================================
--- brlcad/trunk/src/conv/step/Line.h   2013-08-19 14:37:16 UTC (rev 56955)
+++ brlcad/trunk/src/conv/step/Line.h   2013-08-19 15:19:53 UTC (rev 56956)
@@ -54,8 +54,8 @@
     bool Load(STEPWrapper *sw, SDAI_Application_instance *sse);
     virtual bool LoadONBrep(ON_Brep *brep);
     /*TODO: remove
-       virtual const double *PointAtEnd();
-       virtual const double *PointAtStart();
+       virtual const double *PointAtEnd();
+       virtual const double *PointAtStart();
     */
     virtual void Print(int level);
 

Modified: brlcad/trunk/src/conv/step/STEPEntity.cpp
===================================================================
--- brlcad/trunk/src/conv/step/STEPEntity.cpp   2013-08-19 14:37:16 UTC (rev 
56955)
+++ brlcad/trunk/src/conv/step/STEPEntity.cpp   2013-08-19 15:19:53 UTC (rev 
56956)
@@ -54,7 +54,6 @@
 }
 
 
-
 STEPEntity *
 STEPEntity::CreateEntity(
     STEPWrapper *sw,

Modified: brlcad/trunk/src/conv/step/g-step.cpp
===================================================================
--- brlcad/trunk/src/conv/step/g-step.cpp       2013-08-19 14:37:16 UTC (rev 
56955)
+++ brlcad/trunk/src/conv/step/g-step.cpp       2013-08-19 15:19:53 UTC (rev 
56956)
@@ -111,16 +111,16 @@
     }
     if (!dotg->load(iflnm)) {
        std::cerr << "ERROR: unable to open BRL-CAD input file [" << oflnm << 
"]" << std::endl;
-        delete dotg;
-        return 2;
+       delete dotg;
+       return 2;
     }
 
     struct db_i *dbip = dotg->GetDBIP();
     struct directory *dp = db_lookup(dbip, "brep.s", LOOKUP_QUIET);
     if (dp == RT_DIR_NULL) {
        std::cerr << "ERROR: cannot find " << "brep.s" << "\n" << std::endl;
-        delete dotg;
-        return 1;
+       delete dotg;
+       return 1;
     }
 
     struct rt_db_internal intern;

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