Revision: 64330
          http://sourceforge.net/p/brlcad/code/64330
Author:   carlmoore
Date:     2015-03-03 15:22:21 +0000 (Tue, 03 Mar 2015)
Log Message:
-----------
In comments, add 2 periods

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

Modified: brlcad/trunk/src/librt/primitives/hf/hf.c
===================================================================
--- brlcad/trunk/src/librt/primitives/hf/hf.c   2015-03-02 21:51:29 UTC (rev 
64329)
+++ brlcad/trunk/src/librt/primitives/hf/hf.c   2015-03-03 15:22:21 UTC (rev 
64330)
@@ -1015,7 +1015,7 @@
         * samples and the scaling factor is used.  Second, the math
         * is nice to us.  IF we are entering at the far end
         * (curloc[X] == Xlen || curloc[Y] == Ylen) then the result we
-        * will get back is of the cell following this (out of bounds)
+        * will get back is of the cell following this (out of bounds).
         * So we add a check for that problem.
         */
        xCell = curloc[X]/xWidth;
@@ -1270,7 +1270,7 @@
         * samples and the scaling factor is used.  Second, the math
         * is nice to us.  IF we are entering at the far end
         * (curloc[X] == Xlen || curloc[Y] == Ylen) then the result we
-        * will get back is of the cell following this (out of bounds)
+        * will get back is of the cell following this (out of bounds).
         * So we add a check for that problem.
         */
        yCell = curloc[Y]/yWidth;

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


------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to