Skip to content

Commit

Permalink
Fix wording
Browse files Browse the repository at this point in the history
  • Loading branch information
JCGoran committed Oct 29, 2024
1 parent 546a695 commit 9a769da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/codegen/codegen_neuron_cpp_visitor.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -785,7 +785,7 @@ class CodegenNeuronCppVisitor: public CodegenCppVisitor {
void print_cvode_definitions();

/**
* Print the CVODE function returning the # of ODEs to solve
* Print the CVODE function returning the number of ODEs to solve
*/
void print_cvode_count();

Expand All @@ -795,7 +795,7 @@ class CodegenNeuronCppVisitor: public CodegenCppVisitor {
void print_cvode_tolerances();

/**
* Print the CVODE update function \c name from \c block
* Print the CVODE update function \c name contained in \c block
*/
void print_cvode_update(const std::string& name, const ast::StatementBlock& block);

Expand Down

0 comments on commit 9a769da

Please sign in to comment.