diff options
author | Don Bright <hugh.m.bright@gmail.com> | 2013-09-13 01:07:59 (GMT) |
---|---|---|
committer | Don Bright <hugh.m.bright@gmail.com> | 2013-09-13 01:07:59 (GMT) |
commit | 8a421584859ddd1347b2916601547e4ba993e5ed (patch) | |
tree | bb1d15b8e2445416152559c7d63aa7313d27a9a6 /src/CGALEvaluator.cc | |
parent | 30fd8b250af29c16dc25013b4aceb91cf51a7432 (diff) |
cleanups, tab fixes, remove redundant code
Diffstat (limited to 'src/CGALEvaluator.cc')
-rw-r--r-- | src/CGALEvaluator.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/CGALEvaluator.cc b/src/CGALEvaluator.cc index 8da4649..ec01315 100644 --- a/src/CGALEvaluator.cc +++ b/src/CGALEvaluator.cc @@ -215,7 +215,6 @@ CGAL_Nef_polyhedron CGALEvaluator::applyResize(const CgaladvNode &node) bbox_size.push_back( bb.xmax()-bb.xmin() ); bbox_size.push_back( bb.ymax()-bb.ymin() ); bbox_size.push_back( bb.zmax()-bb.zmin() ); - int newsizemax_index = 0; for (int i=0;i<N.dim;i++) { if (node.newsize[i]) { |