Delete an empty line in Python
This commit is contained in:
parent
6de81fbb32
commit
8a8ebe1e9c
|
|
@ -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)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue