Упрощение тестов

This commit is contained in:
Andrey Pokidov 2025-02-13 19:28:40 +07:00
parent fcf793c758
commit 7f242c4b63
71 changed files with 518 additions and 943 deletions

View file

@ -9,6 +9,6 @@
#include "./versor/versor_is_identity.h"
#include "./versor/versor_combine.h"
int test_versor();
void test_versor();
#endif