Skip to content

Commit c5b9ba8

Browse files
committed
Revert "re-introduce BUG #3258 to test CI fails correctly"
This reverts commit 8e3c0a5.
1 parent 51f2b40 commit c5b9ba8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

models/iaf_bw_2001.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
#include "iaf_bw_2001.h"
2424

2525
#ifdef HAVE_GSL
26+
#ifdef HAVE_BOOST
2627

2728
// Includes from libnestutil:
2829
#include "dict_util.h"
@@ -521,4 +522,5 @@ nest::iaf_bw_2001::handle( CurrentEvent& e )
521522
e.get_rel_delivery_steps( kernel().simulation_manager.get_slice_origin() ), e.get_weight() * e.get_current() );
522523
}
523524

525+
#endif // HAVE_BOOST
524526
#endif // HAVE_GSL

0 commit comments

Comments
 (0)