Skip to content

Commit

Permalink
Add string for CELL_2CA_POOLS_COMP_TYPE
Browse files Browse the repository at this point in the history
  • Loading branch information
pgleeson committed Jun 13, 2024
1 parent 2fbedb8 commit ed0c4b5
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 ed0c4b5

Please sign in to comment.