Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
jrenaud90 committed Dec 1, 2024
1 parent 1b6de42 commit bad5fd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CyRK/cy/cysolver.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ class CySolverBase {

// Additional arguments for the diffeq are stored locally in a char dynamic vector.
std::vector<char> args_char_vec = std::vector<char>();
void* args_ptr = nullptr;
const void* args_ptr = nullptr;

// Differential equation information
DiffeqFuncType diffeq_ptr = nullptr;
Expand Down

0 comments on commit bad5fd7

Please sign in to comment.