Skip to content

Commit

Permalink
Merge pull request #42 from NeuroML/experimental
Browse files Browse the repository at this point in the history
Add string for CELL_2CA_POOLS_COMP_TYPE
  • Loading branch information
pgleeson authored Jun 18, 2024
2 parents 124b764 + ed0c4b5 commit 7ae6388
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/org/neuroml/model/util/NeuroMLElements.java
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ public class NeuroMLElements {
public static final String BASE_RATE_UNIT = "baseRateUnit";

public static final String CELL_COMP_TYPE = "cell";
public static final String CELL_2CA_POOLS_COMP_TYPE = "cell2CaPools";


public static final String BASE_COND_SCALING_CA = "baseConductanceScalingCaDependent";
Expand Down

0 comments on commit 7ae6388

Please sign in to comment.