Skip to content

Commit 3ec52cd

Browse files
committed
Small bugfix to rdesigneur
1 parent f527490 commit 3ec52cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/rdesigneur/rdesigneur.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -897,7 +897,7 @@ def _buildStims( self ):
897897
'inject':('CompartmentBase', 'setInject'),
898898
'Ca':('CaConcBase', 'getCa'),
899899
'n':('PoolBase', 'setN'),
900-
'conc':('PoolBase''setConc')
900+
'conc':('PoolBase', 'setConc')
901901
}
902902
stims = moose.Neutral( self.modelPath + '/stims' )
903903
k = 0

0 commit comments

Comments
 (0)