Revision: 53389
http://brlcad.svn.sourceforge.net/brlcad/?rev=53389&view=rev
Author: d_rossberg
Date: 2012-10-26 16:38:36 +0000 (Fri, 26 Oct 2012)
Log Message:
-----------
ups, forgot to save a result
Modified Paths:
--------------
brlcad/trunk/src/libanalyze/voxels.c
Modified: brlcad/trunk/src/libanalyze/voxels.c
===================================================================
--- brlcad/trunk/src/libanalyze/voxels.c 2012-10-26 16:35:42 UTC (rev
53388)
+++ brlcad/trunk/src/libanalyze/voxels.c 2012-10-26 16:38:36 UTC (rev
53389)
@@ -107,7 +107,7 @@
int voxelNumOut = (int)(hitDistOut / sizeVoxel);
if (EQUAL((hitDistOut / sizeVoxel), floor(hitDistOut / sizeVoxel)))
- FMAX(voxelNumIn, voxelNumOut - 1);
+ voxelNumOut = FMAX(voxelNumIn, voxelNumOut - 1);
/**
* If voxel entered and voxel exited are same then nothing can
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
The Windows 8 Center
In partnership with Sourceforge
Your idea - your app - 30 days. Get started!
http://windows8center.sourceforge.net/
what-html-developers-need-to-know-about-coding-windows-8-metro-style-apps/
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits