Skip to content

Commit

Permalink
fix bug introduced in rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
Riley Murray committed Feb 11, 2025
1 parent 1ec472f commit 1c787b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RandLAPACK/comps/rl_rf.hh
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ int RF<T, RNG>::call(
// Writes into this->cond_nums
this->cond_nums.push_back(util::cond_num_check(m, k, Q, this->verbose));

if(this->orth.call(m, k, Q))
if(this->orth.call(m, k, Q)) {
delete[] Omega;
return 2; // Orthogonalization failed
}
Expand Down

0 comments on commit 1c787b0

Please sign in to comment.