mirror of
https://github.com/orange-cpp/omath.git
synced 2026-02-13 07:03:25 +00:00
fixed matrix naming
This commit is contained in:
@@ -9,8 +9,8 @@
|
||||
TEST(UnitTestMatrix, ToString)
|
||||
{
|
||||
omath::Matrix matrix(2, 2);
|
||||
matrix.set(1.1);
|
||||
const auto str = matrix.to_string();
|
||||
matrix.Set(1.1);
|
||||
const auto str = matrix.ToSrtring();
|
||||
|
||||
std::cout << str;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user