From 0d8f63f8290895d9c20b434785da1a0a1b58c779 Mon Sep 17 00:00:00 2001
From: Aaron Keith <aaroninusa@gmail.com>
Date: Wed, 30 Nov 2011 20:55:51 +0000
Subject: [PATCH] =?UTF-8?q?Fixed=20Bug=20in=20Bolt=20Factory=20=E2=80=9Cre?=
 =?UTF-8?q?move=20doubles=E2=80=9D=20function,=20which=20was=20introduced?=
 =?UTF-8?q?=20during=20indentation=20clean=20up.?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 add_mesh_BoltFactory/createMesh.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/add_mesh_BoltFactory/createMesh.py b/add_mesh_BoltFactory/createMesh.py
index 6dae7b4ca..9b30d6ab7 100644
--- a/add_mesh_BoltFactory/createMesh.py
+++ b/add_mesh_BoltFactory/createMesh.py
@@ -94,7 +94,7 @@ def RemoveDoubles(verts,faces,Decimal_Places = 4):
         if len(new_face) == 3 or len(new_face) == 4:
             new_faces.append(new_face)
 
-        return new_verts,new_faces 
+    return new_verts,new_faces 
 
 
 
-- 
GitLab