Skip to content

Commit fb4e7df

Browse files
author
Dilawar Singh
committed
Fixed merge error in rdSpinceSize.
1 parent 5341641 commit fb4e7df

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

moose-examples/paper-2015/rxdSpineSize.py

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,10 @@
33
import numpy
44
import matplotlib.pyplot as plt
55
import moose
6+
67
import sys
78
sys.path.append( '../util' )
9+
810
import rdesigneur as rd
911
from PyQt4 import QtGui
1012
import moogli
@@ -117,13 +119,14 @@ def displayPlots():
117119

118120
def main():
119121
"""
120-
This illustrates the use of rdesigneur to build a simple dendrite with
121-
spines, and then to resize them using spine fields. These are the
122-
fields that would be changed dynamically in a simulation with reactions
123-
that affect spine geometry.
124-
In this simulation there is a propagating reaction wave using a
125-
highly abstracted equation, whose product diffuses into the spines and
126-
makes them bigger.
122+
This illustrates the use of rdesigneur to build a simple dendrite with
123+
spines, and then to resize them using spine fields. These are the
124+
fields that would be changed dynamically in a simulation with reactions
125+
that affect spine geometry.
126+
In this simulation there is a propagating reaction wave using a
127+
highly abstracted equation, whose product diffuses into the spines and
128+
makes them bigger.
129+
"""
127130

128131
eHead = moose.wildcardFind( '/model/elec/#head#' )
129132
oldDia = [ i.diameter for i in eHead ]

0 commit comments

Comments
 (0)