Revision: 56953
          http://sourceforge.net/p/brlcad/code/56953
Author:   carlmoore
Date:     2013-08-19 14:33:39 +0000 (Mon, 19 Aug 2013)
Log Message:
-----------
fix spellings, remove trailing blanks/tabs

Modified Paths:
--------------
    brlcad/trunk/src/libbn/tests/bn_poly_synthetic_div.c
    brlcad/trunk/src/librt/primitives/hrt/hrt.c

Modified: brlcad/trunk/src/libbn/tests/bn_poly_synthetic_div.c
===================================================================
--- brlcad/trunk/src/libbn/tests/bn_poly_synthetic_div.c        2013-08-19 
14:26:14 UTC (rev 56952)
+++ brlcad/trunk/src/libbn/tests/bn_poly_synthetic_div.c        2013-08-19 
14:33:39 UTC (rev 56953)
@@ -60,7 +60,7 @@
     quo[0].cf[0] = -1369.500000, quo[0].cf[1] = -344.125000, quo[0].cf[2] = 
quo[0].cf[3] = quo[0].cf[4] = 0.000000; /* quotient coeff */
     rem[0].cf[0] = -3313.375000, rem[0].cf[1] = 205834.750000, rem[0].cf[2] = 
41708.250000, rem[0].cf[3] = 0.0; /* remainder coeff */
 
-    /* intializes a 4th degree positive polynomial */
+    /* initializes a 4th degree positive polynomial */
     input[1].dgr = 4;
 
     input[1].cf[0] = 5478, input[1].cf[1] = 5485, input[1].cf[2] = 458, 
input[1].cf[3] = 258564, input[1].cf[4] = 54785;/* input coeff */

Modified: brlcad/trunk/src/librt/primitives/hrt/hrt.c
===================================================================
--- brlcad/trunk/src/librt/primitives/hrt/hrt.c 2013-08-19 14:26:14 UTC (rev 
56952)
+++ brlcad/trunk/src/librt/primitives/hrt/hrt.c 2013-08-19 14:33:39 UTC (rev 
56953)
@@ -236,7 +236,7 @@
     magsq_z = MAGSQ(hip->zdir);
 
     if (magsq_x < rtip->rti_tol.dist_sq || magsq_y < rtip->rti_tol.dist_sq || 
magsq_z < rtip->rti_tol.dist_sq) {
-       bu_log("rt_hrt_prep(): hrt(%s) near-zero length X(%g), Y(%g), or Z(%g) 
vector\n", 
+       bu_log("rt_hrt_prep(): hrt(%s) near-zero length X(%g), Y(%g), or Z(%g) 
vector\n",
               stp->st_name, magsq_x, magsq_y, magsq_z);
        return 1;
     }
@@ -251,7 +251,7 @@
     if (isgreater(hip->zdir[Z], max)) {
        max = hip->zdir[Z];
     }
-           
+
     if (hip->d > 10000.0) {
        bu_log("rt_hrt_prep(): hrt(%s) very large <d> distance to cusps (%g) 
causes problems\n", stp->st_name, hip->d);
        /* BAD  */
@@ -261,7 +261,7 @@
        bu_log("rt_hrt_prep(): hrt(%s) Inappropriate value for <d> distance to 
cusps (%g) \n", stp->st_name, hip->d);
        /* BAD  */
     }
-    
+
     /* Create unit length versions of X, Y, Z */
     f = 1.0/sqrt(magsq_x);
     VSCALE(Xu, hip->xdir, f);
@@ -286,9 +286,9 @@
        bu_log("rt_hrt_prep(): hrt(%s) Z not perpendicular to Y, f=%f\n", 
stp->st_name, f);
        return 1;
     }
-    
-    /* Solid is OK, computer constan terms now  */
-    
+
+    /* Solid is OK, computer constant terms now  */
+
     BU_GET(hrt, struct hrt_specific);
     stp->st_specific = (genptr_t)hrt;
 

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