Delete an empty line in Python

This commit is contained in:
HuanWeng 2018-12-24 00:25:45 -06:00
parent 6de81fbb32
commit 8a8ebe1e9c
1 changed files with 0 additions and 1 deletions

View File

@ -403,7 +403,6 @@ def MatrixLog6(T):
T[2][3]])], T[2][3]])],
[[0, 0, 0, 0]]] [[0, 0, 0, 0]]]
def ProjectToSO3(mat): def ProjectToSO3(mat):
"""Returns a projection of mat into SO(3) """Returns a projection of mat into SO(3)