Commit: b8a9579954cf264a63d1c6754368bb2424bd9d26
Author: Lukas Tönne
Date:   Thu Sep 4 09:32:01 2014 +0200
Branches: master
https://developer.blender.org/rBb8a9579954cf264a63d1c6754368bb2424bd9d26

Removed own debug print.

===================================================================

M       source/blender/blenkernel/intern/implicit.c

===================================================================

diff --git a/source/blender/blenkernel/intern/implicit.c 
b/source/blender/blenkernel/intern/implicit.c
index 25f36e8..b0cb229 100644
--- a/source/blender/blenkernel/intern/implicit.c
+++ b/source/blender/blenkernel/intern/implicit.c
@@ -1934,9 +1934,6 @@ static void cloth_calc_force(ClothModifierData *clmd, 
float UNUSED(frame), lfVec
                        cloth_apply_spring_force(clmd, search->link, lF, lX, 
lV, dFdV, dFdX);
                search = search->next;
        }
-//     printf("====== dFdV ======\n");
-//     print_sparse_matrix(dFdV);
-//     printf("============\n");
        // printf("\n");
 }

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to