Skip to content

Commit 643fb3e

Browse files
committed
Using names::p instead of locally defined name
1 parent 249fc8d commit 643fb3e

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)