Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
zingale committed Jan 2, 2024
1 parent 7895b67 commit 458ac86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion networks/rhs.H
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ void dgesl (RArray2D& a, RArray1D& b)
b(k) = b(k) / a(k,k);
Real t = -b(k);

constexpr_for<1, k+1>([&] (auto j)
constexpr_for<1, k>([&] (auto j)
{
if (is_jacobian_term_used<j, k>()) {
b(j) += t * a(j,k);
Expand Down

0 comments on commit 458ac86

Please sign in to comment.