Skip to content

Commit

Permalink
Update src/parser/nmodl.yy
Browse files Browse the repository at this point in the history
  • Loading branch information
1uc authored Oct 3, 2024
1 parent 91650d4 commit ec9eebb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/parser/nmodl.yy
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@
%type <ast::Conserve*> conserve
%type <ast::Expression*> react
%type <ast::Compartment*> compartment
%type <ast::LonDiffuse*> longitudinal_diffusion
%type <ast::LonDiffuse*> longitudinal_diffusion
%type <ast::NameVector> name_list
%type <ast::ExpressionVector> unit_block_body
%type <ast::UnitDef*> unit_definition
Expand Down

0 comments on commit ec9eebb

Please sign in to comment.