Skip to content

Commit

Permalink
updating jit constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
K20shores committed Nov 8, 2024
1 parent aee4f4f commit f42bfca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion include/micm/jit/solver/jit_rosenbrock.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,8 @@ namespace micm
RosenbrockSolverParameters parameters,
LinearSolverPolicy linear_solver,
RatesPolicy rates,
auto& jacobian)
auto& jacobian,
const size_t number_of_species)
: AbstractRosenbrockSolver<RatesPolicy, LinearSolverPolicy, JitRosenbrockSolver<RatesPolicy, LinearSolverPolicy>>(
parameters,
std::move(linear_solver),
Expand Down

0 comments on commit f42bfca

Please sign in to comment.