Skip to content

Commit

Permalink
style: pre-commit fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Sep 22, 2023
1 parent 45e8f8b commit f544b1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pybamm/solvers/c_solvers/idaklu/casadi_functions.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ class CasadiFunctions
CasadiFunction jac_action;
CasadiFunction mass_action;
CasadiFunction events;

// NB: cppcheck-suppress unusedStructMember is used because codacy reports
// these members as unused even though they are important
std::vector<CasadiFunction> var_casadi_fcns; // cppcheck-suppress unusedStructMember
Expand Down

0 comments on commit f544b1c

Please sign in to comment.