Revision: 56949
          http://sourceforge.net/p/brlcad/code/56949
Author:   tbrowder2
Date:     2013-08-19 11:38:38 +0000 (Mon, 19 Aug 2013)
Log Message:
-----------
style

Modified Paths:
--------------
    brlcad/trunk/src/librt/primitives/nmg/nmg_rt_isect.c

Modified: brlcad/trunk/src/librt/primitives/nmg/nmg_rt_isect.c
===================================================================
--- brlcad/trunk/src/librt/primitives/nmg/nmg_rt_isect.c        2013-08-19 
11:20:19 UTC (rev 56948)
+++ brlcad/trunk/src/librt/primitives/nmg/nmg_rt_isect.c        2013-08-19 
11:38:38 UTC (rev 56949)
@@ -1857,18 +1857,18 @@
            coords = RT_NURB_EXTRACT_COORDS(srf->pt_type);
 
            pt = srf->ctl_points;
-           for (i=0; i<4; i++) {
-               for (j=0; j<coords; j++) {
+           for (i = 0; i < 4; i++) {
+               for (j = 0; j < coords; j++) {
                    ctl_pt[i][j] = *pt;
                    pt++;
                }
                if (rational) {
-                   for (j=0; j<coords-1; j++)
+                   for (j = 0; j < coords-1; j++)
                        ctl_pt[i][j] = ctl_pt[i][j]/ctl_pt[i][coords-1];
                }
            }
            if (RTG.NMG_debug & DEBUG_RT_ISECT) {
-               for (i=0; i<4; i++)
+               for (i = 0; i < 4; i++)
                    bu_log("\tctl_point[%d] = (%g %g %g)\n", i, 
V3ARGS(ctl_pt[i]));
                bu_log("uv range (%g %g) <-> (%g %g)\n", srf->u.knots[0], 
srf->v.knots[0], srf->u.knots[srf->u.k_size-1], srf->v.knots[srf->v.k_size-1]);
            }

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