From f48a19269a1d60ab2a565690ec168b9fbd260702 Mon Sep 17 00:00:00 2001
From: Eric Wait <eric@waitphoto.com>
Date: Thu, 14 Dec 2017 13:59:52 -0500
Subject: [PATCH] Allow polygons to be reduced

---
 src/matlab/+D3d/+Polygon/Make.m | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/matlab/+D3d/+Polygon/Make.m b/src/matlab/+D3d/+Polygon/Make.m
index 0f8825d..1e2d9f6 100644
--- a/src/matlab/+D3d/+Polygon/Make.m
+++ b/src/matlab/+D3d/+Polygon/Make.m
@@ -25,7 +25,7 @@ if (~exist('quiet','var') || isempty(quiet))
     quiet = false;
 end
 
-reductions = [1,1,1];
+%reductions = [1,1,1];
 
 polygon = D3d.Polygon.MakeEmptyStruct();
 
-- 
GitLab