updated matrix name

This commit is contained in:
2024-08-18 08:52:16 +03:00
parent 157d57811a
commit 67e28a5a2e
3 changed files with 55 additions and 55 deletions

View File

@@ -8,7 +8,7 @@
TEST(UnitTestMatrix, ToString)
{
omath::matrix matrix(2, 2);
omath::Matrix matrix(2, 2);
matrix.set(1.1);
const auto str = matrix.to_string();