bug fixed second
This commit is contained in:
@@ -33,7 +33,6 @@ TEST(PIMathMatrixT_Test, identity) {
|
||||
}
|
||||
}
|
||||
}
|
||||
>>>>>>> 05a32cc... doc correction
|
||||
ASSERT_TRUE(true);
|
||||
}
|
||||
|
||||
@@ -298,8 +297,7 @@ TEST(PIMathMatrixT_Test, operator_Addition_Assignment) {
|
||||
auto matrix1 = PIMathMatrixT<rows, cols, double>::filled(6.72) ;
|
||||
auto matrix2 = PIMathMatrixT<rows, cols, double>::filled(1.0) ;
|
||||
matrix1 += matrix2;
|
||||
b = cmpSquareMatrixWithValue(matrix1, 7.72, rows);
|
||||
ASSERT_TRUE(b);
|
||||
ASSERT_TRUE(cmpSquareMatrixWithValue(matrix1, 7.72, rows));
|
||||
}
|
||||
|
||||
TEST(PIMathMatrixT_Test, operator_Subtraction_Assignment) {
|
||||
|
||||
Reference in New Issue
Block a user