Skip to content
This repository has been archived by the owner on Jan 26, 2021. It is now read-only.

Commit

Permalink
Minor changes in capitalisation of keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
pgleeson committed Mar 26, 2014
1 parent a8e991f commit a8b13f8
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/main/java/org/neuroml/visualiser/core/Resources.java
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,20 @@
public enum Resources
{
COND_DENSITY("Conductance density"),
SPIKE_THRESHOLD("Spike Threshold"),
REVERSAL_POTENTIAL("Reversal Potential"),
SPECIFIC_CAPACITANCE("Specific Capacitance"),
INIT_MEMBRANE_POTENTIAL("Initial Membrane Potential"),
SPIKE_THRESHOLD("Spike threshold"),
REVERSAL_POTENTIAL("Reversal potential"),
SPECIFIC_CAPACITANCE("Specific capacitance"),
INIT_MEMBRANE_POTENTIAL("Initial membrane potential"),
RESISTIVITY("Resistivity"),
MEMBRANE_P("Membrane Properties"),
INTRACELLULAR_P("Intracellular Properties"),
MEMBRANE_P("Membrane properties"),
INTRACELLULAR_P("Intracellular properties"),
SYNAPSE("Synapse Type"),
CONNECTION_TYPE("Connection Type"),
CONNECTION_TYPE("Connection type"),
PRE_SYNAPTIC("Input"),
POST_SYNAPTIC("Output"),
HIGHLIGHT("Highlight"),
LOCATION("Location"),
ION_CHANNELS("Ion Channels"),
ION_CHANNELS("Ion channels"),
HIGHLIGHT_CHAN_DENSITY("Highlight channel density");
private String _value;

Expand Down

0 comments on commit a8b13f8

Please sign in to comment.