Revision: 56782
http://sourceforge.net/p/brlcad/code/56782
Author: carlmoore
Date: 2013-08-13 13:24:13 +0000 (Tue, 13 Aug 2013)
Log Message:
-----------
fix spelling, and remove trailing blanks/tabs
Modified Paths:
--------------
brlcad/trunk/src/librt/primitives/hrt/hrt.c
Modified: brlcad/trunk/src/librt/primitives/hrt/hrt.c
===================================================================
--- brlcad/trunk/src/librt/primitives/hrt/hrt.c 2013-08-13 13:22:28 UTC (rev
56781)
+++ brlcad/trunk/src/librt/primitives/hrt/hrt.c 2013-08-13 13:24:13 UTC (rev
56782)
@@ -190,7 +190,7 @@
void
rt_hrt_print(register const struct soltab *stp)
{
- register struct hrt_specific *hrt =
+ register struct hrt_specific *hrt =
(struct hrt_specific *)stp->st_specific;
VPRINT("V", hrt->hrt_V);
@@ -423,9 +423,9 @@
/* must be double for import and export */
double hec[ELEMENTS_PER_VECT*4 + 1];
-
+
if(dbip) RT_CK_DBI(dbip);
-
+
RT_CK_DB_INTERNAL(ip);
BU_CK_EXTERNAL(ep);
@@ -442,12 +442,12 @@
/* Convert from database(network) to internal (host) format */
ntohd((unsigned char *)hec, ep->ext_buf, ELEMENTS_PER_VECT*4 + 1);
- /* Apply modelling transormations */
+ /* Apply modelling transformations */
if(mat == NULL) mat = bn_mat_identity;
MAT4X3PNT(hip->v, mat, &hec[0*ELEMENTS_PER_VECT]);
MAT4X3PNT(hip->xdir, mat, &hec[1*ELEMENTS_PER_VECT]);
MAT4X3PNT(hip->ydir, mat, &hec[2*ELEMENTS_PER_VECT]);
- MAT4X3PNT(hip->zdir, mat, &hec[3*ELEMENTS_PER_VECT]);
+ MAT4X3PNT(hip->zdir, mat, &hec[3*ELEMENTS_PER_VECT]);
hip->d = hec[4*ELEMENTS_PER_VECT];
return 0; /* OK */
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