Revision: 57141
          http://sourceforge.net/p/brlcad/code/57141
Author:   carlmoore
Date:     2013-08-26 13:43:26 +0000 (Mon, 26 Aug 2013)
Log Message:
-----------
remove trailing blanks/tabs; fix spelling & wording

Modified Paths:
--------------
    brlcad/trunk/include/icv.h
    brlcad/trunk/src/conv/step/g-step/ON_Brep.cpp

Modified: brlcad/trunk/include/icv.h
===================================================================
--- brlcad/trunk/include/icv.h  2013-08-26 12:28:58 UTC (rev 57140)
+++ brlcad/trunk/include/icv.h  2013-08-26 13:43:26 UTC (rev 57141)
@@ -253,14 +253,14 @@
 } ICV_COLOR;
 
 /**
- * converts image to single channel image by combining three weights 
+ * converts image to single channel image by combining three weights
  * based on NTSC primaries and 6500 white.
  */
 #define icv_rgb2gray_ntsc(_a) icv_rgb2gray(_a, ICV_COLOR_RGB, 0.30, 0.59, 0.11)
 
 /**
- * converts image to single channel image by combining three using 
- * weights based on CRT phosphor and D6500 white.
+ * converts image to single channel image by combining three weights
+ * based on CRT phosphor and D6500 white.
  */
 #define icv_rgb2gray_crt(_a) icv_rgb2gray(_a, ICV_COLOR_RGB, 0.26, 0.66, 0.08)
 

Modified: brlcad/trunk/src/conv/step/g-step/ON_Brep.cpp
===================================================================
--- brlcad/trunk/src/conv/step/g-step/ON_Brep.cpp       2013-08-26 12:28:58 UTC 
(rev 57140)
+++ brlcad/trunk/src/conv/step/g-step/ON_Brep.cpp       2013-08-26 13:43:26 UTC 
(rev 57141)
@@ -431,7 +431,7 @@
 
 /* Defining a shape is necessary for at least some systems, but how
  * this is done does not appear to be at all uniform between the
- * outputs from various systems. Rhino ouputs a shape definition representation
+ * outputs from various systems. Rhino outputs a shape definition 
representation
  * that does not directly reference the Brep, and instead uses a shape
  * representation relationship.  Creo, on the other hand, appears to reference
  * the Brep directly in the shape definition representation and does not have

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Introducing Performance Central, a new site from SourceForge and 
AppDynamics. Performance Central is your source for news, insights, 
analysis and resources for efficient Application Performance Management. 
Visit us today!
http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to