mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2024-12-28 02:26:16 +00:00
tests: Clean up tests_quat_change_of_basis
This commit is contained in:
parent
cb2c355ba6
commit
a26daf3fb5
|
@ -143,11 +143,7 @@ fast_change_of_basis_unity_to_oxr(xrt_quat *in, xrt_quat *out)
|
|||
out->w = -in->w;
|
||||
}
|
||||
|
||||
|
||||
|
||||
// int
|
||||
// main()
|
||||
TEST_CASE("LevenbergMarquardt")
|
||||
TEST_CASE("QuaternionChangeOfBasis")
|
||||
|
||||
{
|
||||
U_LOG_E("LH to RH!");
|
||||
|
|
Loading…
Reference in a new issue