Skip to content

Commit 9fa969e

Browse files
authored
Merge pull request #3 from heplesser/demo
Using names::p instead of locally defined name
2 parents 249fc8d + 643fb3e commit 9fa969e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nestkernel/conn_builder.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1425,7 +1425,7 @@ nest::BernoulliBuilder::BernoulliBuilder( const GIDCollection& sources,
14251425
const DictionaryDatum& conn_spec,
14261426
const DictionaryDatum& syn_spec )
14271427
: ConnBuilder( sources, targets, conn_spec, syn_spec )
1428-
, p_( ( *conn_spec )[ Name( "p" ) ] )
1428+
, p_( ( *conn_spec )[ names::p ] )
14291429
{
14301430
}
14311431

0 commit comments

Comments
 (0)