Skip to content

Commit b4dba6d

Browse files
committed
Wrong type
1 parent c1658a5 commit b4dba6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

highs/ipm/hipo/factorhighs/Analyse.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -923,7 +923,7 @@ void Analyse::computeStorage(Int fr, Int sz, int64_t& fr_entries,
923923
int64_t schur_size{};
924924
for (Int j = 0; j < n_blocks; ++j) {
925925
const Int jb = std::min(nb_, cl - j * nb_);
926-
schur_size += (ino64_t)(cl - j * nb_) * jb;
926+
schur_size += (int64_t)(cl - j * nb_) * jb;
927927
}
928928
cl_entries = schur_size;
929929
}

0 commit comments

Comments
 (0)