Skip to content

Commit

Permalink
NRN needs this magic number to be 7.7.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
1uc committed Dec 1, 2023
1 parent 5bae4d0 commit c3c58bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/codegen/codegen_naming.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ namespace naming {

/// nmodl language version
/// @todo : should be moved from codegen to global scope
static constexpr char NMODL_VERSION[] = "6.2.0";
static constexpr char NMODL_VERSION[] = "7.7.0";

/// derivimplicit method in nmodl
static constexpr char DERIVIMPLICIT_METHOD[] = "derivimplicit";
Expand Down
2 changes: 1 addition & 1 deletion test/unit/codegen/codegen_neuron_cpp_visitor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ void _nrn_mechanism_register_data_fields(Args&&... args) {
THEN("Correct channel information are printed") {
std::string expected_channel_info = R"(/** channel information */
static const char *mechanism_info[] = {
"6.2.0",
"7.7.0",
"pas_test",
"g_pas_test",
"e_pas_test",
Expand Down

0 comments on commit c3c58bc

Please sign in to comment.