Skip to content

Commit 39f7ab5

Browse files
committed
take out an assert
1 parent 24af689 commit 39f7ab5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/CoinFactorization3.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,6 @@ int CoinFactorization::updateColumn(CoinIndexedVector *regionSparse,
118118
regionIndex[j] = iRow;
119119
}
120120
} else {
121-
#else
122-
assert(!regionSparse2->packedMode());
123121
#endif
124122
for (int j = 0; j < numberNonZero; j++) {
125123
int iRow = index[j];

0 commit comments

Comments
 (0)