Skip to content

Commit 2447a76

Browse files
committed
Remove temporary assert
1 parent a6fdb27 commit 2447a76

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cp-algo/linalg/vector.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ namespace cp_algo::linalg {
5656
}
5757

5858
virtual void add_scaled(vec const& b, base scale, size_t i = 0) {
59-
assert(false);
6059
for(; i < size(*this); i++) {
6160
(*this)[i] += scale * b[i];
6261
}

0 commit comments

Comments
 (0)