Revision: 54183
http://brlcad.svn.sourceforge.net/brlcad/?rev=54183&view=rev
Author: carlmoore
Date: 2013-01-16 15:48:34 +0000 (Wed, 16 Jan 2013)
Log Message:
-----------
remove trailing blanks
Modified Paths:
--------------
brlcad/trunk/src/librt/test_botpatches.cpp
Modified: brlcad/trunk/src/librt/test_botpatches.cpp
===================================================================
--- brlcad/trunk/src/librt/test_botpatches.cpp 2013-01-16 00:12:45 UTC (rev
54182)
+++ brlcad/trunk/src/librt/test_botpatches.cpp 2013-01-16 15:48:34 UTC (rev
54183)
@@ -1357,7 +1357,7 @@
for (int j = 0; j < pnts.Count(); ++j) {
fastf_t dist = best_fit_plane.DistanceTo(pnts[j]);
if (dist > greatest_distance_to_plane) greatest_distance_to_plane =
dist;
- }
+ }
ON_3dVector move = best_fit_plane.Normal();
double vdot = ON_DotProduct(move,
*info->face_normals.At((int)*(info->patches[curr_patch].begin())));
if (vdot > 0.05) move.Reverse();
@@ -1377,8 +1377,8 @@
data.push_back(ON_3dVector(bounding_circle.PointAt(t*36)));
VSET(pt2, bounding_circle.PointAt(t*36).x,
bounding_circle.PointAt(t*36).y, bounding_circle.PointAt(t*36).z);
- pdv_3move(edge_plot, pt1);
- pdv_3cont(edge_plot, pt2);
+ pdv_3move(edge_plot, pt1);
+ pdv_3cont(edge_plot, pt2);
}
fclose(edge_plot);
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Master Java SE, Java EE, Eclipse, Spring, Hibernate, JavaScript, jQuery
and much more. Keep your Java skills current with LearnJavaNow -
200+ hours of step-by-step video tutorials by Java experts.
SALE $49.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122612
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits