remove outdated comments
This commit is contained in:
+1
-1
@@ -110,7 +110,7 @@ TEST_CASE("mat_plus_2", "[plus]")
|
||||
|
||||
mat X(6,5);
|
||||
mat Y;
|
||||
REQUIRE_THROWS( Y = A+X ); // adding non-conformant matrices will throw unless ARMA_NO_DEBUG is defined
|
||||
REQUIRE_THROWS( Y = A+X ); // adding non-conformant matrices will throw
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user