Skip to content

Commit

Permalink
Auto-format code changes (#647)
Browse files Browse the repository at this point in the history
Auto-format code using Clang-Format

Co-authored-by: GitHub Actions <actions@github.com>
  • Loading branch information
github-actions[bot] and actions-user authored Sep 4, 2024
1 parent 51f6942 commit 4113375
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/micm/solver/rosenbrock.inl
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ namespace micm
// Reconstruct the Jacobian matrix if a substepping is performed here
state.jacobian_.Fill(0.0);
rates_.SubtractJacobianTerms(state.rate_constants_, number_densities, state.jacobian_);
stats.jacobian_updates_ += 1;
stats.jacobian_updates_ += 1;
}
}

Expand Down

0 comments on commit 4113375

Please sign in to comment.